#CEFCD7

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

Shades of Off Green #CEFCD7

Tints of Off Green #CEFCD7

Color information

#CEFCD7 (or 0xCEFCD7) is unknown color: approx Off Green. HEX triplet: CE, FC and D7. RGB value is (206,252,215). Sum of RGB (Red+Green+Blue) = 206+252+215=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCD7 is #310328. Grayscale: #EAEAEA. Windows color (decimal): -3212073 or 14154958. OLE color: 14154958.

HSL color Cylindrical-coordinate representation of color #CEFCD7: hue angle of 131.74º 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 #CEFCD7 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB206252215-
CMYK0.1800.150.01
HSL131.74º88.46%89.8%-
HSV(B)131.74º18.25%98.82%-
XYZ72.5387.6577.39-
YUV234.03117.26108.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=30.61%
G=37.44%
B=31.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522150.1800.150.01131.7488.4689.8
HexCEFCD7120F184585a
Octal316374327220171204130132
Binary110011101111110011010111100100111111000010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCD7; }

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

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

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

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

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

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

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

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