Shades of Off Green #D7F1DB
Tints of Off Green #D7F1DB
RGB
CMYK
RGB Variations
Color information
#D7F1DB (or 0xD7F1DB) is known color: Off Green. HEX triplet: D7, F1 and DB. RGB value is (215,241,219). Sum of RGB (Red+Green+Blue) = 215+241+219=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1DB is #280E24. Grayscale: #E6E6E6. Windows color (decimal): -2625061 or 14414295. OLE color: 14414295.
HSL color Cylindrical-coordinate representation of color #D7F1DB: hue angle of 129.23º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F1DB is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 219 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.05 |
| HSL | 129.23º | 0.48% | 0.89% | - |
| HSV(B) | 129.23º | 0.11% | 0.95% | - |
| XYZ | 72.27 | 82.47 | 79.13 | - |
| YUV | 230.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 219 | 0.11 | 0 | 0.09 | 0.05 | 129.23 | 0.48 | 0.89 |
| Hex | D7 | F1 | DB | B | 0 | 9 | 5 | 81 | 30 | 59 |
| Octal | 327 | 361 | 333 | 13 | 0 | 11 | 5 | 201 | 60 | 131 |
| Binary | 11010111 | 11110001 | 11011011 | 1011 | 0 | 1001 | 101 | 10000001 | 110000 | 1011001 |
Color Harmonies of #D7F1DB
Complementary color
Monochromatic Colors of #D7F1DB
Black with #D7F1DB
Text Example
Text Example
White with #D7F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1DB; }
p { color: rgb(215,241,219); }
H1.HeaderClassName
{
color: #D7F1DB;
}
.AnyTagClassName
{
color: #D7F1DB;
}
</style>
background-color css
<style>
a { background-color: #D7F1DB; }
a { background-color: rgb(215,241,219); }
div.DivClassName
{
background-color: #D7F1DB;
}
.BgClassName
{
background-color: #D7F1DB;
}
</style>
border-color css
<style>
span { border-color: #D7F1DB; }
span { border-color: rgb(215,241,219); }
td.TdClassName
{
border-color: #D7F1DB;
}
.TagClassName
{
border-color: #D7F1DB;
}
</style>