#CEEA76

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

Shades of Sulu #CEEA76

Tints of Sulu #CEEA76

Color information

#CEEA76 (or 0xCEEA76) is unknown color: approx Sulu. HEX triplet: CE, EA and 76. RGB value is (206,234,118). Sum of RGB (Red+Green+Blue) = 206+234+118=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA76 is #311589. Grayscale: #D4D4D4. Windows color (decimal): -3216778 or 7793358. OLE color: 7793358.

HSL color Cylindrical-coordinate representation of color #CEEA76: hue angle of 74.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEEA76 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB206234118-
CMYK0.1200.500.08
HSL74.48º73.42%69.02%-
HSV(B)74.48º49.57%91.76%-
XYZ58.1573.2828.22-
YUV212.474.72123.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 118 (46.48% from 255) = 21.15%
R=36.92%
G=41.94%
B=21.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341180.1200.500.0874.4873.4269.02
HexCEEA76C03284a4945
Octal3163521661406210112111105
Binary11001110111010101110110110001100101000100101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA76; }

 p { color: rgb(206,234,118); }

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

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

 a { background-color: rgb(206,234,118); }

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

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

 span { border-color: rgb(206,234,118); }

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