Shades of Off Green #D9F4DC
Tints of Off Green #D9F4DC
RGB
CMYK
RGB Variations
Color information
#D9F4DC (or 0xD9F4DC) is known color: Off Green. HEX triplet: D9, F4 and DC. RGB value is (217,244,220). Sum of RGB (Red+Green+Blue) = 217+244+220=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F4DC is #260B23. Grayscale: #E9E9E9. Windows color (decimal): -2493220 or 14480601. OLE color: 14480601.
HSL color Cylindrical-coordinate representation of color #D9F4DC: hue angle of 126.67º 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 #D9F4DC is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 220 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.04 |
| HSL | 126.67º | 0.55% | 0.9% | - |
| HSV(B) | 126.67º | 0.11% | 0.96% | - |
| XYZ | 73.88 | 84.62 | 80.15 | - |
| YUV | 233.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 220 | 0.11 | 0 | 0.10 | 0.04 | 126.67 | 0.55 | 0.9 |
| Hex | D9 | F4 | DC | B | 0 | A | 4 | 7F | 37 | 5A |
| Octal | 331 | 364 | 334 | 13 | 0 | 12 | 4 | 177 | 67 | 132 |
| Binary | 11011001 | 11110100 | 11011100 | 1011 | 0 | 1010 | 100 | 1111111 | 110111 | 1011010 |
Color Harmonies of #D9F4DC
Complementary color
Monochromatic Colors of #D9F4DC
Black with #D9F4DC
Text Example
Text Example
White with #D9F4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F4DC; }
p { color: rgb(217,244,220); }
H1.HeaderClassName
{
color: #D9F4DC;
}
.AnyTagClassName
{
color: #D9F4DC;
}
</style>
background-color css
<style>
a { background-color: #D9F4DC; }
a { background-color: rgb(217,244,220); }
div.DivClassName
{
background-color: #D9F4DC;
}
.BgClassName
{
background-color: #D9F4DC;
}
</style>
border-color css
<style>
span { border-color: #D9F4DC; }
span { border-color: rgb(217,244,220); }
td.TdClassName
{
border-color: #D9F4DC;
}
.TagClassName
{
border-color: #D9F4DC;
}
</style>