#cbed70

Color #CBED70 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBED70

Tints of Sulu #CBED70

Color information

#CBED70 (or 0xCBED70) is unknown color: approx Sulu. HEX triplet: CB, ED and 70. RGB value is (203,237,112). Sum of RGB (Red+Green+Blue) = 203+237+112=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED70 is #34128F. Grayscale: #D5D5D5. Windows color (decimal): -3412624 or 7400907. OLE color: 7400907.

HSL color Cylindrical-coordinate representation of color #CBED70: hue angle of 76.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBED70 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB203237112-
CMYK0.1400.530.07
HSL76.32º77.64%68.43%-
HSV(B)76.32º52.74%92.94%-
XYZ57.8474.4326.65-
YUV212.5871.24121.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 112 (44.14% from 255) = 20.29%
R=36.78%
G=42.93%
B=20.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371120.1400.530.0776.3277.6468.43
HexCBED70E03574c4e44
Octal313355160160657114116104
Binary1100101111101101111000011100110101111100110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbed70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbed70; }

 p { color: rgb(203,237,112); }

 H1.HeaderClassName
 {
   color: #cbed70;
 }
 .AnyTagClassName
 {
   color: #cbed70;
 }
</style>
background-color css

<style>
 a { background-color: #cbed70; }

 a { background-color: rgb(203,237,112); }

 div.DivClassName
 {
   background-color: #cbed70;
 }
 .BgClassName
 {
   background-color: #cbed70;
 }
</style>
border-color css

<style>
 span { border-color: #cbed70; }

 span { border-color: rgb(203,237,112); }

 td.TdClassName
 {
   border-color: #cbed70;
 }
 .TagClassName
 {
   border-color: #cbed70;
 }
</style>