Shades of Off Green #D2F7DB
Tints of Off Green #D2F7DB
RGB
CMYK
RGB Variations
Color information
#D2F7DB (or 0xD2F7DB) is known color: Off Green. HEX triplet: D2, F7 and DB. RGB value is (210,247,219). Sum of RGB (Red+Green+Blue) = 210+247+219=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F7DB is #2D0824. Grayscale: #E8E8E8. Windows color (decimal): -2951205 or 14415826. OLE color: 14415826.
HSL color Cylindrical-coordinate representation of color #D2F7DB: hue angle of 134.59º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F7DB is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 219 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.03 |
| HSL | 134.59º | 0.7% | 0.9% | - |
| HSV(B) | 134.59º | 0.15% | 0.97% | - |
| XYZ | 72.63 | 85.34 | 79.66 | - |
| YUV | 232.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 219 | 0.15 | 0 | 0.11 | 0.03 | 134.59 | 0.7 | 0.9 |
| Hex | D2 | F7 | DB | F | 0 | B | 3 | 87 | 46 | 5A |
| Octal | 322 | 367 | 333 | 17 | 0 | 13 | 3 | 207 | 106 | 132 |
| Binary | 11010010 | 11110111 | 11011011 | 1111 | 0 | 1011 | 11 | 10000111 | 1000110 | 1011010 |
Color Harmonies of #D2F7DB
Complementary color
Monochromatic Colors of #D2F7DB
Black with #D2F7DB
Text Example
Text Example
White with #D2F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7DB; }
p { color: rgb(210,247,219); }
H1.HeaderClassName
{
color: #D2F7DB;
}
.AnyTagClassName
{
color: #D2F7DB;
}
</style>
background-color css
<style>
a { background-color: #D2F7DB; }
a { background-color: rgb(210,247,219); }
div.DivClassName
{
background-color: #D2F7DB;
}
.BgClassName
{
background-color: #D2F7DB;
}
</style>
border-color css
<style>
span { border-color: #D2F7DB; }
span { border-color: rgb(210,247,219); }
td.TdClassName
{
border-color: #D2F7DB;
}
.TagClassName
{
border-color: #D2F7DB;
}
</style>