#D8F2DF

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

Shades of Off Green #D8F2DF

Tints of Off Green #D8F2DF

Color information

#D8F2DF (or 0xD8F2DF) is unknown color: approx Off Green. HEX triplet: D8, F2 and DF. RGB value is (216,242,223). Sum of RGB (Red+Green+Blue) = 216+242+223=681 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.72% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2DF is #270D20. Grayscale: #E8E8E8. Windows color (decimal): -2559265 or 14676696. OLE color: 14676696.

HSL color Cylindrical-coordinate representation of color #D8F2DF: hue angle of 136.15º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2DF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB216242223-
CMYK0.1100.080.05
HSL136.15º50%89.8%-
HSV(B)136.15º10.74%94.9%-
XYZ73.3983.4382.05-
YUV232.06122.89116.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.72%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=31.72%
G=35.54%
B=32.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162422230.1100.080.05136.155089.8
HexD8F2DFB08588325a
Octal33036233713010521062132
Binary110110001111001011011111101101000101100010001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2DF; }

 p { color: rgb(216,242,223); }

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

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

 a { background-color: rgb(216,242,223); }

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

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

 span { border-color: rgb(216,242,223); }

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