#CEF9D8

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

Shades of Off Green #CEF9D8

Tints of Off Green #CEF9D8

Color information

#CEF9D8 (or 0xCEF9D8) is unknown color: approx Off Green. HEX triplet: CE, F9 and D8. RGB value is (206,249,216). Sum of RGB (Red+Green+Blue) = 206+249+216=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9D8 is #310627. Grayscale: #E8E8E8. Windows color (decimal): -3212840 or 14219726. OLE color: 14219726.

HSL color Cylindrical-coordinate representation of color #CEF9D8: hue angle of 133.95º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9D8 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB206249216-
CMYK0.1700.130.02
HSL133.95º78.18%89.22%-
HSV(B)133.95º17.27%97.65%-
XYZ71.7285.8377.75-
YUV232.38118.75109.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=30.70%
G=37.11%
B=32.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492160.1700.130.02133.9578.1889.22
HexCEF9D8110D2864e59
Octal316371330210152206116131
Binary1100111011111001110110001000101101101000011010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9D8; }

 p { color: rgb(206,249,216); }

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

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

 a { background-color: rgb(206,249,216); }

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

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

 span { border-color: rgb(206,249,216); }

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