Shades of Off Green #D9FADF
Tints of Off Green #D9FADF
RGB
CMYK
RGB Variations
Color information
#D9FADF (or 0xD9FADF) is known color: Off Green. HEX triplet: D9, FA and DF. RGB value is (217,250,223). Sum of RGB (Red+Green+Blue) = 217+250+223=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADF is #260520. Grayscale: #EDEDED. Windows color (decimal): -2491681 or 14678745. OLE color: 14678745.
HSL color Cylindrical-coordinate representation of color #D9FADF: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 250 | 223 | - |
CMYK | 0.13 | 0 | 0.11 | 0.02 |
HSL | 130.91º | 0.77% | 0.92% | - |
HSV(B) | 130.91º | 0.13% | 0.98% | - |
XYZ | 76.12 | 88.45 | 82.87 | - |
YUV | 237.06 | 120.07 | 113.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 250 | 223 | 0.13 | 0 | 0.11 | 0.02 | 130.91 | 0.77 | 0.92 |
Hex | D9 | FA | DF | D | 0 | B | 2 | 83 | 4D | 5C |
Octal | 331 | 372 | 337 | 15 | 0 | 13 | 2 | 203 | 115 | 134 |
Binary | 11011001 | 11111010 | 11011111 | 1101 | 0 | 1011 | 10 | 10000011 | 1001101 | 1011100 |
Color Harmonies of #D9FADF
Complementary color
Monochromatic Colors of #D9FADF
Black with #D9FADF
Text Example
Text Example
White with #D9FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FADF; }
p { color: rgb(217,250,223); }
H1.HeaderClassName
{
color: #D9FADF;
}
.AnyTagClassName
{
color: #D9FADF;
}
</style>
background-color css
<style>
a { background-color: #D9FADF; }
a { background-color: rgb(217,250,223); }
div.DivClassName
{
background-color: #D9FADF;
}
.BgClassName
{
background-color: #D9FADF;
}
</style>
border-color css
<style>
span { border-color: #D9FADF; }
span { border-color: rgb(217,250,223); }
td.TdClassName
{
border-color: #D9FADF;
}
.TagClassName
{
border-color: #D9FADF;
}
</style>