#CCE084

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

Shades of Sulu #CCE084

Tints of Sulu #CCE084

Color information

#CCE084 (or 0xCCE084) is unknown color: approx Sulu. HEX triplet: CC, E0 and 84. RGB value is (204,224,132). Sum of RGB (Red+Green+Blue) = 204+224+132=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE084 is #331F7B. Grayscale: #CFCFCF. Windows color (decimal): -3350396 or 8708300. OLE color: 8708300.

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

Color convert

RGB204224132-
CMYK0.0900.410.12
HSL73.04º59.74%69.8%-
HSV(B)73.04º41.07%87.84%-
XYZ55.7267.8131.98-
YUV207.5385.37125.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 23.57%
R=36.43%
G=40%
B=23.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241320.0900.410.1273.0459.7469.8
HexCCE0849029C493c46
Octal314340204110511411174106
Binary11001100111000001000010010010101001110010010011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE084; }

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

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

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

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

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

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

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

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