Shades of Off Green #D1F7DA
Tints of Off Green #D1F7DA
RGB
CMYK
RGB Variations
Color information
#D1F7DA (or 0xD1F7DA) is known color: Off Green. HEX triplet: D1, F7 and DA. RGB value is (209,247,218). Sum of RGB (Red+Green+Blue) = 209+247+218=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F7DA is #2E0825. Grayscale: #E8E8E8. Windows color (decimal): -3016742 or 14350289. OLE color: 14350289.
HSL color Cylindrical-coordinate representation of color #D1F7DA: hue angle of 134.21º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F7DA is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 218 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.03 |
| HSL | 134.21º | 0.7% | 0.89% | - |
| HSV(B) | 134.21º | 0.15% | 0.97% | - |
| XYZ | 72.21 | 85.14 | 78.96 | - |
| YUV | 232.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 218 | 0.15 | 0 | 0.12 | 0.03 | 134.21 | 0.7 | 0.89 |
| Hex | D1 | F7 | DA | F | 0 | C | 3 | 86 | 46 | 59 |
| Octal | 321 | 367 | 332 | 17 | 0 | 14 | 3 | 206 | 106 | 131 |
| Binary | 11010001 | 11110111 | 11011010 | 1111 | 0 | 1100 | 11 | 10000110 | 1000110 | 1011001 |
Color Harmonies of #D1F7DA
Complementary color
Monochromatic Colors of #D1F7DA
Black with #D1F7DA
Text Example
Text Example
White with #D1F7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F7DA; }
p { color: rgb(209,247,218); }
H1.HeaderClassName
{
color: #D1F7DA;
}
.AnyTagClassName
{
color: #D1F7DA;
}
</style>
background-color css
<style>
a { background-color: #D1F7DA; }
a { background-color: rgb(209,247,218); }
div.DivClassName
{
background-color: #D1F7DA;
}
.BgClassName
{
background-color: #D1F7DA;
}
</style>
border-color css
<style>
span { border-color: #D1F7DA; }
span { border-color: rgb(209,247,218); }
td.TdClassName
{
border-color: #D1F7DA;
}
.TagClassName
{
border-color: #D1F7DA;
}
</style>