#CCDF82

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

Shades of Sulu #CCDF82

Tints of Sulu #CCDF82

Color information

#CCDF82 (or 0xCCDF82) is unknown color: approx Sulu. HEX triplet: CC, DF and 82. RGB value is (204,223,130). Sum of RGB (Red+Green+Blue) = 204+223+130=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF82 is #33207D. Grayscale: #CFCFCF. Windows color (decimal): -3350654 or 8576972. OLE color: 8576972.

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

Color convert

RGB204223130-
CMYK0.0900.420.13
HSL72.26º59.24%69.22%-
HSV(B)72.26º41.7%87.45%-
XYZ55.3267.2231.18-
YUV206.7284.71126.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=36.62%
G=40.04%
B=23.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231300.0900.420.1372.2659.2469.22
HexCCDF82902AD483b45
Octal314337202110521511073105
Binary11001100110111111000001010010101010110110010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF82; }

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

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

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

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

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

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

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

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