#CEEA8C

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

Shades of Sulu #CEEA8C

Tints of Sulu #CEEA8C

Color information

#CEEA8C (or 0xCEEA8C) is unknown color: approx Sulu. HEX triplet: CE, EA and 8C. RGB value is (206,234,140). Sum of RGB (Red+Green+Blue) = 206+234+140=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA8C is #311573. Grayscale: #D7D7D7. Windows color (decimal): -3216756 or 9235150. OLE color: 9235150.

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

Color convert

RGB206234140-
CMYK0.1200.400.08
HSL77.87º69.12%73.33%-
HSV(B)77.87º40.17%91.76%-
XYZ59.6173.8635.93-
YUV214.9185.72121.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=35.52%
G=40.34%
B=24.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341400.1200.400.0877.8769.1273.33
HexCEEA8CC02884e4549
Octal3163522141405010116105111
Binary110011101110101010001100110001010001000100111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA8C; }

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

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

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

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

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

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

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

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