#CCDE80

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

Shades of Sulu #CCDE80

Tints of Sulu #CCDE80

Color information

#CCDE80 (or 0xCCDE80) is unknown color: approx Sulu. HEX triplet: CC, DE and 80. RGB value is (204,222,128). Sum of RGB (Red+Green+Blue) = 204+222+128=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE80 is #33217F. Grayscale: #CECECE. Windows color (decimal): -3350912 or 8445644. OLE color: 8445644.

HSL color Cylindrical-coordinate representation of color #CCDE80: hue angle of 71.49º 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 #CCDE80 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB204222128-
CMYK0.0800.420.13
HSL71.49º58.75%68.63%-
HSV(B)71.49º42.34%87.06%-
XYZ54.9266.6430.39-
YUV205.984.04126.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=36.82%
G=40.07%
B=23.10%

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
Decimal2042221280.0800.420.1371.4958.7568.63
HexCCDE80802AD473b45
Octal314336200100521510773105
Binary11001100110111101000000010000101010110110001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE80; }

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

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

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

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

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

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

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

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