Shades of Off Green #D8F2DF
Tints of Off Green #D8F2DF
RGB
CMYK
RGB Variations
Color information
#D8F2DF (or 0xD8F2DF) is known color: 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
| RGB | 216 | 242 | 223 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.05 |
| HSL | 136.15º | 0.5% | 0.9% | - |
| HSV(B) | 136.15º | 0.11% | 0.95% | - |
| XYZ | 73.39 | 83.43 | 82.05 | - |
| YUV | 232.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 223 | 0.11 | 0 | 0.08 | 0.05 | 136.15 | 0.5 | 0.9 |
| Hex | D8 | F2 | DF | B | 0 | 8 | 5 | 88 | 32 | 5A |
| Octal | 330 | 362 | 337 | 13 | 0 | 10 | 5 | 210 | 62 | 132 |
| Binary | 11011000 | 11110010 | 11011111 | 1011 | 0 | 1000 | 101 | 10001000 | 110010 | 1011010 |
Color Harmonies of #D8F2DF
Complementary color
Monochromatic Colors of #D8F2DF
Black with #D8F2DF
Text Example
Text Example
White with #D8F2DF
Text Example
Text Example
HTML Codes & Css Web 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>