#CBDE7E

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

Shades of Sulu #CBDE7E

Tints of Sulu #CBDE7E

Color information

#CBDE7E (or 0xCBDE7E) is unknown color: approx Sulu. HEX triplet: CB, DE and 7E. RGB value is (203,222,126). Sum of RGB (Red+Green+Blue) = 203+222+126=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE7E is #342181. Grayscale: #CDCDCD. Windows color (decimal): -3416450 or 8314571. OLE color: 8314571.

HSL color Cylindrical-coordinate representation of color #CBDE7E: hue angle of 71.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBDE7E is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB203222126-
CMYK0.0900.430.13
HSL71.88º59.26%68.24%-
HSV(B)71.88º43.24%87.06%-
XYZ54.5266.4529.69-
YUV205.3883.21126.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=36.84%
G=40.29%
B=22.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221260.0900.430.1371.8859.2668.24
HexCBDE7E902BD483b44
Octal313336176110531511073104
Binary1100101111011110111111010010101011110110010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE7E; }

 p { color: rgb(203,222,126); }

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

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

 a { background-color: rgb(203,222,126); }

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

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

 span { border-color: rgb(203,222,126); }

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