Shades of Off Green #D1F7DC
Tints of Off Green #D1F7DC
RGB
CMYK
RGB Variations
Color information
#D1F7DC (or 0xD1F7DC) is known color: Off Green. HEX triplet: D1, F7 and DC. RGB value is (209,247,220). Sum of RGB (Red+Green+Blue) = 209+247+220=676 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.92% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F7DC is #2E0823. Grayscale: #E8E8E8. Windows color (decimal): -3016740 or 14481361. OLE color: 14481361.
HSL color Cylindrical-coordinate representation of color #D1F7DC: hue angle of 137.37º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F7DC is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 220 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.03 |
| HSL | 137.37º | 0.7% | 0.89% | - |
| HSV(B) | 137.37º | 0.15% | 0.97% | - |
| XYZ | 72.47 | 85.24 | 80.34 | - |
| YUV | 232.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 220 | 0.15 | 0 | 0.11 | 0.03 | 137.37 | 0.7 | 0.89 |
| Hex | D1 | F7 | DC | F | 0 | B | 3 | 89 | 46 | 59 |
| Octal | 321 | 367 | 334 | 17 | 0 | 13 | 3 | 211 | 106 | 131 |
| Binary | 11010001 | 11110111 | 11011100 | 1111 | 0 | 1011 | 11 | 10001001 | 1000110 | 1011001 |
Color Harmonies of #D1F7DC
Complementary color
Monochromatic Colors of #D1F7DC
Black with #D1F7DC
Text Example
Text Example
White with #D1F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F7DC; }
p { color: rgb(209,247,220); }
H1.HeaderClassName
{
color: #D1F7DC;
}
.AnyTagClassName
{
color: #D1F7DC;
}
</style>
background-color css
<style>
a { background-color: #D1F7DC; }
a { background-color: rgb(209,247,220); }
div.DivClassName
{
background-color: #D1F7DC;
}
.BgClassName
{
background-color: #D1F7DC;
}
</style>
border-color css
<style>
span { border-color: #D1F7DC; }
span { border-color: rgb(209,247,220); }
td.TdClassName
{
border-color: #D1F7DC;
}
.TagClassName
{
border-color: #D1F7DC;
}
</style>