#CEFBD7

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

Shades of Off Green #CEFBD7

Tints of Off Green #CEFBD7

Color information

#CEFBD7 (or 0xCEFBD7) is unknown color: approx Off Green. HEX triplet: CE, FB and D7. RGB value is (206,251,215). Sum of RGB (Red+Green+Blue) = 206+251+215=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBD7 is #310428. Grayscale: #E9E9E9. Windows color (decimal): -3212329 or 14154702. OLE color: 14154702.

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

Color convert

RGB206251215-
CMYK0.1800.140.02
HSL132º84.91%89.61%-
HSV(B)132º17.93%98.43%-
XYZ72.2287.0277.28-
YUV233.44117.59108.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=30.65%
G=37.35%
B=31.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512150.1800.140.0213284.9189.61
HexCEFBD7120E284555a
Octal316373327220162204125132
Binary1100111011111011110101111001001110101000010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBD7; }

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

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

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

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

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

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

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

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