#CCEA85

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

Shades of Sulu #CCEA85

Tints of Sulu #CCEA85

Color information

#CCEA85 (or 0xCCEA85) is unknown color: approx Sulu. HEX triplet: CC, EA and 85. RGB value is (204,234,133). Sum of RGB (Red+Green+Blue) = 204+234+133=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA85 is #33157A. Grayscale: #D5D5D5. Windows color (decimal): -3347835 or 8776396. OLE color: 8776396.

HSL color Cylindrical-coordinate representation of color #CCEA85: hue angle of 77.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCEA85 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB204234133-
CMYK0.1300.430.08
HSL77.82º70.63%71.96%-
HSV(B)77.82º43.16%91.76%-
XYZ58.5673.3833.27-
YUV213.5282.56121.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=35.73%
G=40.98%
B=23.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341330.1300.430.0877.8270.6371.96
HexCCEA85D02B84e4748
Octal3143522051505310116107110
Binary110011001110101010000101110101010111000100111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA85; }

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

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

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

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

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

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

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

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