#CEF9D9

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

Shades of Off Green #CEF9D9

Tints of Off Green #CEF9D9

Color information

#CEF9D9 (or 0xCEF9D9) is unknown color: approx Off Green. HEX triplet: CE, F9 and D9. RGB value is (206,249,217). Sum of RGB (Red+Green+Blue) = 206+249+217=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9D9 is #310626. Grayscale: #E8E8E8. Windows color (decimal): -3212839 or 14285262. OLE color: 14285262.

HSL color Cylindrical-coordinate representation of color #CEF9D9: hue angle of 135.35º 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 #CEF9D9 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB206249217-
CMYK0.1700.130.02
HSL135.35º78.18%89.22%-
HSV(B)135.35º17.27%97.65%-
XYZ71.8585.8878.44-
YUV232.49119.25109.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=30.65%
G=37.05%
B=32.29%

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
Decimal2062492170.1700.130.02135.3578.1889.22
HexCEF9D9110D2874e59
Octal316371331210152207116131
Binary1100111011111001110110011000101101101000011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9D9; }

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

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

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

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

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

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

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

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