Shades of Off Green #D9F4DD
Tints of Off Green #D9F4DD
RGB
CMYK
RGB Variations
Color information
#D9F4DD (or 0xD9F4DD) is known color: Off Green. HEX triplet: D9, F4 and DD. RGB value is (217,244,221). Sum of RGB (Red+Green+Blue) = 217+244+221=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F4DD is #260B22. Grayscale: #E9E9E9. Windows color (decimal): -2493219 or 14546137. OLE color: 14546137.
HSL color Cylindrical-coordinate representation of color #D9F4DD: hue angle of 128.89º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F4DD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 221 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.04 |
| HSL | 128.89º | 0.55% | 0.9% | - |
| HSV(B) | 128.89º | 0.11% | 0.96% | - |
| XYZ | 74.02 | 84.67 | 80.85 | - |
| YUV | 233.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 221 | 0.11 | 0 | 0.09 | 0.04 | 128.89 | 0.55 | 0.9 |
| Hex | D9 | F4 | DD | B | 0 | 9 | 4 | 81 | 37 | 5A |
| Octal | 331 | 364 | 335 | 13 | 0 | 11 | 4 | 201 | 67 | 132 |
| Binary | 11011001 | 11110100 | 11011101 | 1011 | 0 | 1001 | 100 | 10000001 | 110111 | 1011010 |
Color Harmonies of #D9F4DD
Complementary color
Monochromatic Colors of #D9F4DD
Black with #D9F4DD
Text Example
Text Example
White with #D9F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F4DD; }
p { color: rgb(217,244,221); }
H1.HeaderClassName
{
color: #D9F4DD;
}
.AnyTagClassName
{
color: #D9F4DD;
}
</style>
background-color css
<style>
a { background-color: #D9F4DD; }
a { background-color: rgb(217,244,221); }
div.DivClassName
{
background-color: #D9F4DD;
}
.BgClassName
{
background-color: #D9F4DD;
}
</style>
border-color css
<style>
span { border-color: #D9F4DD; }
span { border-color: rgb(217,244,221); }
td.TdClassName
{
border-color: #D9F4DD;
}
.TagClassName
{
border-color: #D9F4DD;
}
</style>