Shades of Off Green #D9F7DC
Tints of Off Green #D9F7DC
RGB
CMYK
RGB Variations
Color information
#D9F7DC (or 0xD9F7DC) is known color: Off Green. HEX triplet: D9, F7 and DC. RGB value is (217,247,220). Sum of RGB (Red+Green+Blue) = 217+247+220=684 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.73% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F7DC is #260823. Grayscale: #EBEBEB. Windows color (decimal): -2492452 or 14481369. OLE color: 14481369.
HSL color Cylindrical-coordinate representation of color #D9F7DC: hue angle of 126º degrees, saturation: 0.65, 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 #D9F7DC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 217 | 247 | 220 | - |
CMYK | 0.12 | 0 | 0.11 | 0.03 |
HSL | 126º | 0.65% | 0.91% | - |
HSV(B) | 126º | 0.12% | 0.97% | - |
XYZ | 74.79 | 86.44 | 80.45 | - |
YUV | 234.95 | 119.56 | 115.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 247 | 220 | 0.12 | 0 | 0.11 | 0.03 | 126 | 0.65 | 0.91 |
Hex | D9 | F7 | DC | C | 0 | B | 3 | 7E | 41 | 5B |
Octal | 331 | 367 | 334 | 14 | 0 | 13 | 3 | 176 | 101 | 133 |
Binary | 11011001 | 11110111 | 11011100 | 1100 | 0 | 1011 | 11 | 1111110 | 1000001 | 1011011 |
Color Harmonies of #D9F7DC
Complementary color
Monochromatic Colors of #D9F7DC
Black with #D9F7DC
Text Example
Text Example
White with #D9F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F7DC; }
p { color: rgb(217,247,220); }
H1.HeaderClassName
{
color: #D9F7DC;
}
.AnyTagClassName
{
color: #D9F7DC;
}
</style>
background-color css
<style>
a { background-color: #D9F7DC; }
a { background-color: rgb(217,247,220); }
div.DivClassName
{
background-color: #D9F7DC;
}
.BgClassName
{
background-color: #D9F7DC;
}
</style>
border-color css
<style>
span { border-color: #D9F7DC; }
span { border-color: rgb(217,247,220); }
td.TdClassName
{
border-color: #D9F7DC;
}
.TagClassName
{
border-color: #D9F7DC;
}
</style>