#CCDF80

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

Shades of Sulu #CCDF80

Tints of Sulu #CCDF80

Color information

#CCDF80 (or 0xCCDF80) is unknown color: approx Sulu. HEX triplet: CC, DF and 80. RGB value is (204,223,128). Sum of RGB (Red+Green+Blue) = 204+223+128=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF80 is #33207F. Grayscale: #CECECE. Windows color (decimal): -3350656 or 8445900. OLE color: 8445900.

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

Color convert

RGB204223128-
CMYK0.0900.430.13
HSL72º59.75%68.82%-
HSV(B)72º42.6%87.45%-
XYZ55.1967.1730.48-
YUV206.4983.71126.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 223 (87.5% from 255) = 40.18%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=36.76%
G=40.18%
B=23.06%

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
Decimal2042231280.0900.430.137259.7568.82
HexCCDF80902BD483c45
Octal314337200110531511074105
Binary11001100110111111000000010010101011110110010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF80; }

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

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

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

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

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

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

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

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