#CEEA81

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

Shades of Sulu #CEEA81

Tints of Sulu #CEEA81

Color information

#CEEA81 (or 0xCEEA81) is unknown color: approx Sulu. HEX triplet: CE, EA and 81. RGB value is (206,234,129). Sum of RGB (Red+Green+Blue) = 206+234+129=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA81 is #31157E. Grayscale: #D6D6D6. Windows color (decimal): -3216767 or 8514254. OLE color: 8514254.

HSL color Cylindrical-coordinate representation of color #CEEA81: hue angle of 76º 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 #CEEA81 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB206234129-
CMYK0.1200.450.08
HSL76º71.43%71.18%-
HSV(B)76º44.87%91.76%-
XYZ58.8473.5531.86-
YUV213.6680.22122.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 129 (50.78% from 255) = 22.67%
R=36.20%
G=41.12%
B=22.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341290.1200.450.087671.4371.18
HexCEEA81C02D84c4747
Octal3163522011405510114107107
Binary110011101110101010000001110001011011000100110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA81; }

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

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

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

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

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

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

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

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