#CCE490

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

Shades of Sulu #CCE490

Tints of Sulu #CCE490

Color information

#CCE490 (or 0xCCE490) is unknown color: approx Sulu. HEX triplet: CC, E4 and 90. RGB value is (204,228,144). Sum of RGB (Red+Green+Blue) = 204+228+144=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE490 is #331B6F. Grayscale: #D3D3D3. Windows color (decimal): -3349360 or 9495756. OLE color: 9495756.

HSL color Cylindrical-coordinate representation of color #CCE490: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE490 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB204228144-
CMYK0.1100.370.11
HSL77.14º60.87%72.94%-
HSV(B)77.14º36.84%89.41%-
XYZ57.6870.3436.92-
YUV211.2590.05122.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 228 (89.45% from 255) = 39.58%
BLUE value IS 144 (56.64% from 255) = 25%
R=35.42%
G=39.58%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281440.1100.370.1177.1460.8772.94
HexCCE490B025B4d3d49
Octal314344220130451311575111
Binary11001100111001001001000010110100101101110011011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE490; }

 p { color: rgb(204,228,144); }

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

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

 a { background-color: rgb(204,228,144); }

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

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

 span { border-color: rgb(204,228,144); }

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