Shades of Off Green #D9F8DF
Tints of Off Green #D9F8DF
RGB
CMYK
RGB Variations
Color information
#D9F8DF (or 0xD9F8DF) is known color: Off Green. HEX triplet: D9, F8 and DF. RGB value is (217,248,223). Sum of RGB (Red+Green+Blue) = 217+248+223=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F8DF is #260720. Grayscale: #EBEBEB. Windows color (decimal): -2492193 or 14678233. OLE color: 14678233.
HSL color Cylindrical-coordinate representation of color #D9F8DF: hue angle of 131.61º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9F8DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 223 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.03 |
| HSL | 131.61º | 0.69% | 0.91% | - |
| HSV(B) | 131.61º | 0.13% | 0.97% | - |
| XYZ | 75.5 | 87.21 | 82.67 | - |
| YUV | 235.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 223 | 0.12 | 0 | 0.10 | 0.03 | 131.61 | 0.69 | 0.91 |
| Hex | D9 | F8 | DF | C | 0 | A | 3 | 84 | 45 | 5B |
| Octal | 331 | 370 | 337 | 14 | 0 | 12 | 3 | 204 | 105 | 133 |
| Binary | 11011001 | 11111000 | 11011111 | 1100 | 0 | 1010 | 11 | 10000100 | 1000101 | 1011011 |
Color Harmonies of #D9F8DF
Complementary color
Monochromatic Colors of #D9F8DF
Black with #D9F8DF
Text Example
Text Example
White with #D9F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F8DF; }
p { color: rgb(217,248,223); }
H1.HeaderClassName
{
color: #D9F8DF;
}
.AnyTagClassName
{
color: #D9F8DF;
}
</style>
background-color css
<style>
a { background-color: #D9F8DF; }
a { background-color: rgb(217,248,223); }
div.DivClassName
{
background-color: #D9F8DF;
}
.BgClassName
{
background-color: #D9F8DF;
}
</style>
border-color css
<style>
span { border-color: #D9F8DF; }
span { border-color: rgb(217,248,223); }
td.TdClassName
{
border-color: #D9F8DF;
}
.TagClassName
{
border-color: #D9F8DF;
}
</style>