Shades of Off Green #D9F3DD
Tints of Off Green #D9F3DD
RGB
CMYK
RGB Variations
Color information
#D9F3DD (or 0xD9F3DD) is known color: Off Green. HEX triplet: D9, F3 and DD. RGB value is (217,243,221). Sum of RGB (Red+Green+Blue) = 217+243+221=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3DD is #260C22. Grayscale: #E8E8E8. Windows color (decimal): -2493475 or 14545881. OLE color: 14545881.
HSL color Cylindrical-coordinate representation of color #D9F3DD: hue angle of 129.23º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F3DD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 221 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.05 |
| HSL | 129.23º | 0.52% | 0.9% | - |
| HSV(B) | 129.23º | 0.11% | 0.95% | - |
| XYZ | 73.72 | 84.07 | 80.75 | - |
| YUV | 232.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 221 | 0.11 | 0 | 0.09 | 0.05 | 129.23 | 0.52 | 0.9 |
| Hex | D9 | F3 | DD | B | 0 | 9 | 5 | 81 | 34 | 5A |
| Octal | 331 | 363 | 335 | 13 | 0 | 11 | 5 | 201 | 64 | 132 |
| Binary | 11011001 | 11110011 | 11011101 | 1011 | 0 | 1001 | 101 | 10000001 | 110100 | 1011010 |
Color Harmonies of #D9F3DD
Complementary color
Monochromatic Colors of #D9F3DD
Black with #D9F3DD
Text Example
Text Example
White with #D9F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3DD; }
p { color: rgb(217,243,221); }
H1.HeaderClassName
{
color: #D9F3DD;
}
.AnyTagClassName
{
color: #D9F3DD;
}
</style>
background-color css
<style>
a { background-color: #D9F3DD; }
a { background-color: rgb(217,243,221); }
div.DivClassName
{
background-color: #D9F3DD;
}
.BgClassName
{
background-color: #D9F3DD;
}
</style>
border-color css
<style>
span { border-color: #D9F3DD; }
span { border-color: rgb(217,243,221); }
td.TdClassName
{
border-color: #D9F3DD;
}
.TagClassName
{
border-color: #D9F3DD;
}
</style>