Shades of Off Green #D9F2DE
Tints of Off Green #D9F2DE
RGB
CMYK
RGB Variations
Color information
#D9F2DE (or 0xD9F2DE) is known color: Off Green. HEX triplet: D9, F2 and DE. RGB value is (217,242,222). Sum of RGB (Red+Green+Blue) = 217+242+222=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DE is #260D21. Grayscale: #E8E8E8. Windows color (decimal): -2493730 or 14611161. OLE color: 14611161.
HSL color Cylindrical-coordinate representation of color #D9F2DE: hue angle of 132º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2DE is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 222 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.05 |
| HSL | 132º | 0.49% | 0.9% | - |
| HSV(B) | 132º | 0.1% | 0.95% | - |
| XYZ | 73.55 | 83.53 | 81.35 | - |
| YUV | 232.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 222 | 0.10 | 0 | 0.08 | 0.05 | 132 | 0.49 | 0.9 |
| Hex | D9 | F2 | DE | A | 0 | 8 | 5 | 84 | 31 | 5A |
| Octal | 331 | 362 | 336 | 12 | 0 | 10 | 5 | 204 | 61 | 132 |
| Binary | 11011001 | 11110010 | 11011110 | 1010 | 0 | 1000 | 101 | 10000100 | 110001 | 1011010 |
Color Harmonies of #D9F2DE
Complementary color
Monochromatic Colors of #D9F2DE
Black with #D9F2DE
Text Example
Text Example
White with #D9F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2DE; }
p { color: rgb(217,242,222); }
H1.HeaderClassName
{
color: #D9F2DE;
}
.AnyTagClassName
{
color: #D9F2DE;
}
</style>
background-color css
<style>
a { background-color: #D9F2DE; }
a { background-color: rgb(217,242,222); }
div.DivClassName
{
background-color: #D9F2DE;
}
.BgClassName
{
background-color: #D9F2DE;
}
</style>
border-color css
<style>
span { border-color: #D9F2DE; }
span { border-color: rgb(217,242,222); }
td.TdClassName
{
border-color: #D9F2DE;
}
.TagClassName
{
border-color: #D9F2DE;
}
</style>