Shades of Off Green #D9F3DF
Tints of Off Green #D9F3DF
RGB
CMYK
RGB Variations
Color information
#D9F3DF (or 0xD9F3DF) is known color: Off Green. HEX triplet: D9, F3 and DF. RGB value is (217,243,223). Sum of RGB (Red+Green+Blue) = 217+243+223=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3DF is #260C20. Grayscale: #E9E9E9. Windows color (decimal): -2493473 or 14676953. OLE color: 14676953.
HSL color Cylindrical-coordinate representation of color #D9F3DF: hue angle of 133.85º 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 #D9F3DF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 223 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.05 |
| HSL | 133.85º | 0.52% | 0.9% | - |
| HSV(B) | 133.85º | 0.11% | 0.95% | - |
| XYZ | 73.99 | 84.18 | 82.16 | - |
| YUV | 232.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 223 | 0.11 | 0 | 0.08 | 0.05 | 133.85 | 0.52 | 0.9 |
| Hex | D9 | F3 | DF | B | 0 | 8 | 5 | 86 | 34 | 5A |
| Octal | 331 | 363 | 337 | 13 | 0 | 10 | 5 | 206 | 64 | 132 |
| Binary | 11011001 | 11110011 | 11011111 | 1011 | 0 | 1000 | 101 | 10000110 | 110100 | 1011010 |
Color Harmonies of #D9F3DF
Complementary color
Monochromatic Colors of #D9F3DF
Black with #D9F3DF
Text Example
Text Example
White with #D9F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3DF; }
p { color: rgb(217,243,223); }
H1.HeaderClassName
{
color: #D9F3DF;
}
.AnyTagClassName
{
color: #D9F3DF;
}
</style>
background-color css
<style>
a { background-color: #D9F3DF; }
a { background-color: rgb(217,243,223); }
div.DivClassName
{
background-color: #D9F3DF;
}
.BgClassName
{
background-color: #D9F3DF;
}
</style>
border-color css
<style>
span { border-color: #D9F3DF; }
span { border-color: rgb(217,243,223); }
td.TdClassName
{
border-color: #D9F3DF;
}
.TagClassName
{
border-color: #D9F3DF;
}
</style>