#CEFCD9

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

Shades of Off Green #CEFCD9

Tints of Off Green #CEFCD9

Color information

#CEFCD9 (or 0xCEFCD9) is unknown color: approx Off Green. HEX triplet: CE, FC and D9. RGB value is (206,252,217). Sum of RGB (Red+Green+Blue) = 206+252+217=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCD9 is #310326. Grayscale: #EAEAEA. Windows color (decimal): -3212071 or 14286030. OLE color: 14286030.

HSL color Cylindrical-coordinate representation of color #CEFCD9: hue angle of 134.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCD9 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB206252217-
CMYK0.1800.140.01
HSL134.35º88.46%89.8%-
HSV(B)134.35º18.25%98.82%-
XYZ72.7987.7578.75-
YUV234.26118.26107.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=30.52%
G=37.33%
B=32.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522170.1800.140.01134.3588.4689.8
HexCEFCD9120E186585a
Octal316374331220161206130132
Binary110011101111110011011001100100111011000011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCD9; }

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

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

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

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

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

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

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

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