Shades of Off Green #D1FAD9
Tints of Off Green #D1FAD9
RGB
CMYK
RGB Variations
Color information
#D1FAD9 (or 0xD1FAD9) is known color: Off Green. HEX triplet: D1, FA and D9. RGB value is (209,250,217). Sum of RGB (Red+Green+Blue) = 209+250+217=676 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.92% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAD9 is #2E0526. Grayscale: #EAEAEA. Windows color (decimal): -3015975 or 14285521. OLE color: 14285521.
HSL color Cylindrical-coordinate representation of color #D1FAD9: hue angle of 131.71º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAD9 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 250 | 217 | - |
CMYK | 0.16 | 0 | 0.13 | 0.02 |
HSL | 131.71º | 0.8% | 0.9% | - |
HSV(B) | 131.71º | 0.16% | 0.98% | - |
XYZ | 73 | 86.94 | 78.58 | - |
YUV | 233.98 | 118.42 | 110.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 250 | 217 | 0.16 | 0 | 0.13 | 0.02 | 131.71 | 0.8 | 0.9 |
Hex | D1 | FA | D9 | 10 | 0 | D | 2 | 84 | 50 | 5A |
Octal | 321 | 372 | 331 | 20 | 0 | 15 | 2 | 204 | 120 | 132 |
Binary | 11010001 | 11111010 | 11011001 | 10000 | 0 | 1101 | 10 | 10000100 | 1010000 | 1011010 |
Color Harmonies of #D1FAD9
Complementary color
Monochromatic Colors of #D1FAD9
Black with #D1FAD9
Text Example
Text Example
White with #D1FAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAD9; }
p { color: rgb(209,250,217); }
H1.HeaderClassName
{
color: #D1FAD9;
}
.AnyTagClassName
{
color: #D1FAD9;
}
</style>
background-color css
<style>
a { background-color: #D1FAD9; }
a { background-color: rgb(209,250,217); }
div.DivClassName
{
background-color: #D1FAD9;
}
.BgClassName
{
background-color: #D1FAD9;
}
</style>
border-color css
<style>
span { border-color: #D1FAD9; }
span { border-color: rgb(209,250,217); }
td.TdClassName
{
border-color: #D1FAD9;
}
.TagClassName
{
border-color: #D1FAD9;
}
</style>