#CCE080

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

Shades of Sulu #CCE080

Tints of Sulu #CCE080

Color information

#CCE080 (or 0xCCE080) is unknown color: approx Sulu. HEX triplet: CC, E0 and 80. RGB value is (204,224,128). Sum of RGB (Red+Green+Blue) = 204+224+128=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE080 is #331F7F. Grayscale: #CFCFCF. Windows color (decimal): -3350400 or 8446156. OLE color: 8446156.

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

Color convert

RGB204224128-
CMYK0.0900.430.12
HSL72.5º60.76%69.02%-
HSV(B)72.5º42.86%87.84%-
XYZ55.4567.7130.57-
YUV207.0883.37125.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=36.69%
G=40.29%
B=23.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241280.0900.430.1272.560.7669.02
HexCCE080902BC483d45
Octal314340200110531411075105
Binary11001100111000001000000010010101011110010010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE080; }

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

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

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

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

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

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

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

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