#CCE580

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

Shades of Sulu #CCE580

Tints of Sulu #CCE580

Color information

#CCE580 (or 0xCCE580) is unknown color: approx Sulu. HEX triplet: CC, E5 and 80. RGB value is (204,229,128). Sum of RGB (Red+Green+Blue) = 204+229+128=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE580 is #331A7F. Grayscale: #D2D2D2. Windows color (decimal): -3349120 or 8447436. OLE color: 8447436.

HSL color Cylindrical-coordinate representation of color #CCE580: hue angle of 74.85º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCE580 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB204229128-
CMYK0.1100.440.10
HSL74.85º66.01%70%-
HSV(B)74.85º44.1%89.8%-
XYZ56.8270.4331.02-
YUV210.0181.72123.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=36.36%
G=40.82%
B=22.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291280.1100.440.1074.8566.0170
HexCCE580B02CA4b4246
Octal3143452001305412113102106
Binary110011001110010110000000101101011001010100101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE580; }

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

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

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

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

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

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

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

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