Shades of Off Green #D7F8DB
Tints of Off Green #D7F8DB
RGB
CMYK
RGB Variations
Color information
#D7F8DB (or 0xD7F8DB) is known color: Off Green. HEX triplet: D7, F8 and DB. RGB value is (215,248,219). Sum of RGB (Red+Green+Blue) = 215+248+219=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F8DB is #280724. Grayscale: #EAEAEA. Windows color (decimal): -2623269 or 14416087. OLE color: 14416087.
HSL color Cylindrical-coordinate representation of color #D7F8DB: hue angle of 127.27º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7F8DB is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 248 | 219 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.03 |
| HSL | 127.27º | 0.7% | 0.91% | - |
| HSV(B) | 127.27º | 0.13% | 0.97% | - |
| XYZ | 74.38 | 86.7 | 79.83 | - |
| YUV | 234.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 248 | 219 | 0.13 | 0 | 0.12 | 0.03 | 127.27 | 0.7 | 0.91 |
| Hex | D7 | F8 | DB | D | 0 | C | 3 | 7F | 46 | 5B |
| Octal | 327 | 370 | 333 | 15 | 0 | 14 | 3 | 177 | 106 | 133 |
| Binary | 11010111 | 11111000 | 11011011 | 1101 | 0 | 1100 | 11 | 1111111 | 1000110 | 1011011 |
Color Harmonies of #D7F8DB
Complementary color
Monochromatic Colors of #D7F8DB
Black with #D7F8DB
Text Example
Text Example
White with #D7F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F8DB; }
p { color: rgb(215,248,219); }
H1.HeaderClassName
{
color: #D7F8DB;
}
.AnyTagClassName
{
color: #D7F8DB;
}
</style>
background-color css
<style>
a { background-color: #D7F8DB; }
a { background-color: rgb(215,248,219); }
div.DivClassName
{
background-color: #D7F8DB;
}
.BgClassName
{
background-color: #D7F8DB;
}
</style>
border-color css
<style>
span { border-color: #D7F8DB; }
span { border-color: rgb(215,248,219); }
td.TdClassName
{
border-color: #D7F8DB;
}
.TagClassName
{
border-color: #D7F8DB;
}
</style>