#CDE088

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

Shades of Sulu #CDE088

Tints of Sulu #CDE088

Color information

#CDE088 (or 0xCDE088) is unknown color: approx Sulu. HEX triplet: CD, E0 and 88. RGB value is (205,224,136). Sum of RGB (Red+Green+Blue) = 205+224+136=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE088 is #321F77. Grayscale: #D0D0D0. Windows color (decimal): -3284856 or 8970445. OLE color: 8970445.

HSL color Cylindrical-coordinate representation of color #CDE088: hue angle of 72.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDE088 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB205224136-
CMYK0.0800.390.12
HSL72.95º58.67%70.59%-
HSV(B)72.95º39.29%87.84%-
XYZ56.2868.0733.46-
YUV208.2987.21125.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 136 (53.52% from 255) = 24.07%
R=36.28%
G=39.65%
B=24.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241360.0800.390.1272.9558.6770.59
HexCDE0888027C493b47
Octal315340210100471411173107
Binary11001101111000001000100010000100111110010010011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE088; }

 p { color: rgb(205,224,136); }

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

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

 a { background-color: rgb(205,224,136); }

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

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

 span { border-color: rgb(205,224,136); }

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