#CDE079

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

Shades of Sulu #CDE079

Tints of Sulu #CDE079

Color information

#CDE079 (or 0xCDE079) is unknown color: approx Sulu. HEX triplet: CD, E0 and 79. RGB value is (205,224,121). Sum of RGB (Red+Green+Blue) = 205+224+121=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE079 is #321F86. Grayscale: #CECECE. Windows color (decimal): -3284871 or 7987405. OLE color: 7987405.

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

Color convert

RGB205224121-
CMYK0.0800.460.12
HSL71.07º62.42%67.65%-
HSV(B)71.07º45.98%87.84%-
XYZ55.2867.6728.24-
YUV206.5879.71126.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 121 (47.66% from 255) = 22%
R=37.27%
G=40.73%
B=22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241210.0800.460.1271.0762.4267.65
HexCDE079802EC473e44
Octal315340171100561410776104
Binary1100110111100000111100110000101110110010001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE079; }

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

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

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

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

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

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

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

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