#CDDE80

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

Shades of Sulu #CDDE80

Tints of Sulu #CDDE80

Color information

#CDDE80 (or 0xCDDE80) is unknown color: approx Sulu. HEX triplet: CD, DE and 80. RGB value is (205,222,128). Sum of RGB (Red+Green+Blue) = 205+222+128=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE80 is #32217F. Grayscale: #CECECE. Windows color (decimal): -3285376 or 8445645. OLE color: 8445645.

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

Color convert

RGB205222128-
CMYK0.0800.420.13
HSL70.85º58.75%68.63%-
HSV(B)70.85º42.34%87.06%-
XYZ55.1966.7830.4-
YUV206.283.87127.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=36.94%
G=40%
B=23.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221280.0800.420.1370.8558.7568.63
HexCDDE80802AD473b45
Octal315336200100521510773105
Binary11001101110111101000000010000101010110110001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE80; }

 p { color: rgb(205,222,128); }

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

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

 a { background-color: rgb(205,222,128); }

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

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

 span { border-color: rgb(205,222,128); }

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