Shades of Off Green #D1F8D7
Tints of Off Green #D1F8D7
RGB
CMYK
RGB Variations
Color information
#D1F8D7 (or 0xD1F8D7) is known color: Off Green. HEX triplet: D1, F8 and D7. RGB value is (209,248,215). Sum of RGB (Red+Green+Blue) = 209+248+215=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F8D7 is #2E0728. Grayscale: #E8E8E8. Windows color (decimal): -3016489 or 14153937. OLE color: 14153937.
HSL color Cylindrical-coordinate representation of color #D1F8D7: hue angle of 129.23º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F8D7 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 215 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.03 |
| HSL | 129.23º | 0.74% | 0.9% | - |
| HSV(B) | 129.23º | 0.16% | 0.97% | - |
| XYZ | 72.13 | 85.6 | 77.01 | - |
| YUV | 232.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 215 | 0.16 | 0 | 0.13 | 0.03 | 129.23 | 0.74 | 0.9 |
| Hex | D1 | F8 | D7 | 10 | 0 | D | 3 | 81 | 4A | 5A |
| Octal | 321 | 370 | 327 | 20 | 0 | 15 | 3 | 201 | 112 | 132 |
| Binary | 11010001 | 11111000 | 11010111 | 10000 | 0 | 1101 | 11 | 10000001 | 1001010 | 1011010 |
Color Harmonies of #D1F8D7
Complementary color
Monochromatic Colors of #D1F8D7
Black with #D1F8D7
Text Example
Text Example
White with #D1F8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8D7; }
p { color: rgb(209,248,215); }
H1.HeaderClassName
{
color: #D1F8D7;
}
.AnyTagClassName
{
color: #D1F8D7;
}
</style>
background-color css
<style>
a { background-color: #D1F8D7; }
a { background-color: rgb(209,248,215); }
div.DivClassName
{
background-color: #D1F8D7;
}
.BgClassName
{
background-color: #D1F8D7;
}
</style>
border-color css
<style>
span { border-color: #D1F8D7; }
span { border-color: rgb(209,248,215); }
td.TdClassName
{
border-color: #D1F8D7;
}
.TagClassName
{
border-color: #D1F8D7;
}
</style>