Shades of Off Green #D1F9D6
Tints of Off Green #D1F9D6
RGB
CMYK
RGB Variations
Color information
#D1F9D6 (or 0xD1F9D6) is known color: Off Green. HEX triplet: D1, F9 and D6. RGB value is (209,249,214). Sum of RGB (Red+Green+Blue) = 209+249+214=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F9D6 is #2E0629. Grayscale: #E9E9E9. Windows color (decimal): -3016234 or 14088657. OLE color: 14088657.
HSL color Cylindrical-coordinate representation of color #D1F9D6: hue angle of 127.5º degrees, saturation: 0.77, 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 #D1F9D6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 214 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.02 |
| HSL | 127.5º | 0.77% | 0.9% | - |
| HSV(B) | 127.5º | 0.16% | 0.98% | - |
| XYZ | 72.31 | 86.16 | 76.44 | - |
| YUV | 233.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 214 | 0.16 | 0 | 0.14 | 0.02 | 127.5 | 0.77 | 0.9 |
| Hex | D1 | F9 | D6 | 10 | 0 | E | 2 | 80 | 4D | 5A |
| Octal | 321 | 371 | 326 | 20 | 0 | 16 | 2 | 200 | 115 | 132 |
| Binary | 11010001 | 11111001 | 11010110 | 10000 | 0 | 1110 | 10 | 10000000 | 1001101 | 1011010 |
Color Harmonies of #D1F9D6
Complementary color
Monochromatic Colors of #D1F9D6
Black with #D1F9D6
Text Example
Text Example
White with #D1F9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F9D6; }
p { color: rgb(209,249,214); }
H1.HeaderClassName
{
color: #D1F9D6;
}
.AnyTagClassName
{
color: #D1F9D6;
}
</style>
background-color css
<style>
a { background-color: #D1F9D6; }
a { background-color: rgb(209,249,214); }
div.DivClassName
{
background-color: #D1F9D6;
}
.BgClassName
{
background-color: #D1F9D6;
}
</style>
border-color css
<style>
span { border-color: #D1F9D6; }
span { border-color: rgb(209,249,214); }
td.TdClassName
{
border-color: #D1F9D6;
}
.TagClassName
{
border-color: #D1F9D6;
}
</style>