#CCEA82

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

Shades of Sulu #CCEA82

Tints of Sulu #CCEA82

Color information

#CCEA82 (or 0xCCEA82) is unknown color: approx Sulu. HEX triplet: CC, EA and 82. RGB value is (204,234,130). Sum of RGB (Red+Green+Blue) = 204+234+130=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA82 is #33157D. Grayscale: #D5D5D5. Windows color (decimal): -3347838 or 8579788. OLE color: 8579788.

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

Color convert

RGB204234130-
CMYK0.1300.440.08
HSL77.31º71.23%71.37%-
HSV(B)77.31º44.44%91.76%-
XYZ58.3573.2932.19-
YUV213.1781.06121.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 130 (51.17% from 255) = 22.89%
R=35.92%
G=41.20%
B=22.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341300.1300.440.0877.3171.2371.37
HexCCEA82D02C84d4747
Octal3143522021505410115107107
Binary110011001110101010000010110101011001000100110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA82; }

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

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

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

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

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

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

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

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