#CCEA81

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

Shades of Sulu #CCEA81

Tints of Sulu #CCEA81

Color information

#CCEA81 (or 0xCCEA81) is unknown color: approx Sulu. HEX triplet: CC, EA and 81. RGB value is (204,234,129). Sum of RGB (Red+Green+Blue) = 204+234+129=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA81 is #33157E. Grayscale: #D5D5D5. Windows color (decimal): -3347839 or 8514252. OLE color: 8514252.

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

Color convert

RGB204234129-
CMYK0.1300.450.08
HSL77.14º71.43%71.18%-
HSV(B)77.14º44.87%91.76%-
XYZ58.2973.2731.84-
YUV213.0680.56121.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=35.98%
G=41.27%
B=22.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341290.1300.450.0877.1471.4371.18
HexCCEA81D02D84d4747
Octal3143522011505510115107107
Binary110011001110101010000001110101011011000100110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA81; }

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

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

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

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

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

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

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

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