#CCE485

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

Shades of Sulu #CCE485

Tints of Sulu #CCE485

Color information

#CCE485 (or 0xCCE485) is unknown color: approx Sulu. HEX triplet: CC, E4 and 85. RGB value is (204,228,133). Sum of RGB (Red+Green+Blue) = 204+228+133=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE485 is #331B7A. Grayscale: #D2D2D2. Windows color (decimal): -3349371 or 8774860. OLE color: 8774860.

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

Color convert

RGB204228133-
CMYK0.1100.420.11
HSL75.16º63.76%70.78%-
HSV(B)75.16º41.67%89.41%-
XYZ56.8870.0232.71-
YUV209.9984.55123.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 228 (89.45% from 255) = 40.35%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=36.11%
G=40.35%
B=23.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281330.1100.420.1175.1663.7670.78
HexCCE485B02AB4b4047
Octal3143442051305213113100107
Binary110011001110010010000101101101010101011100101110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE485; }

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

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

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

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

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

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

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

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