#CCE284

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

Shades of Sulu #CCE284

Tints of Sulu #CCE284

Color information

#CCE284 (or 0xCCE284) is unknown color: approx Sulu. HEX triplet: CC, E2 and 84. RGB value is (204,226,132). Sum of RGB (Red+Green+Blue) = 204+226+132=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE284 is #331D7B. Grayscale: #D1D1D1. Windows color (decimal): -3349884 or 8708812. OLE color: 8708812.

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

Color convert

RGB204226132-
CMYK0.1000.420.11
HSL74.04º61.84%70.2%-
HSV(B)74.04º41.59%88.63%-
XYZ56.2668.932.16-
YUV208.7184.71124.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=36.30%
G=40.21%
B=23.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261320.1000.420.1174.0461.8470.2
HexCCE284A02AB4a3e46
Octal314342204120521311276106
Binary11001100111000101000010010100101010101110010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE284; }

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

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

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

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

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

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

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

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