Shades of Off Green #D8EFDB
Tints of Off Green #D8EFDB
RGB
CMYK
RGB Variations
Color information
#D8EFDB (or 0xD8EFDB) is known color: Off Green. HEX triplet: D8, EF and DB. RGB value is (216,239,219). Sum of RGB (Red+Green+Blue) = 216+239+219=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFDB is #271024. Grayscale: #E5E5E5. Windows color (decimal): -2560037 or 14413784. OLE color: 14413784.
HSL color Cylindrical-coordinate representation of color #D8EFDB: hue angle of 127.83º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EFDB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 219 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.06 |
| HSL | 127.83º | 0.42% | 0.89% | - |
| HSV(B) | 127.83º | 0.1% | 0.94% | - |
| XYZ | 71.97 | 81.45 | 78.95 | - |
| YUV | 229.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 219 | 0.10 | 0 | 0.08 | 0.06 | 127.83 | 0.42 | 0.89 |
| Hex | D8 | EF | DB | A | 0 | 8 | 6 | 80 | 2A | 59 |
| Octal | 330 | 357 | 333 | 12 | 0 | 10 | 6 | 200 | 52 | 131 |
| Binary | 11011000 | 11101111 | 11011011 | 1010 | 0 | 1000 | 110 | 10000000 | 101010 | 1011001 |
Color Harmonies of #D8EFDB
Complementary color
Monochromatic Colors of #D8EFDB
Black with #D8EFDB
Text Example
Text Example
White with #D8EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFDB; }
p { color: rgb(216,239,219); }
H1.HeaderClassName
{
color: #D8EFDB;
}
.AnyTagClassName
{
color: #D8EFDB;
}
</style>
background-color css
<style>
a { background-color: #D8EFDB; }
a { background-color: rgb(216,239,219); }
div.DivClassName
{
background-color: #D8EFDB;
}
.BgClassName
{
background-color: #D8EFDB;
}
</style>
border-color css
<style>
span { border-color: #D8EFDB; }
span { border-color: rgb(216,239,219); }
td.TdClassName
{
border-color: #D8EFDB;
}
.TagClassName
{
border-color: #D8EFDB;
}
</style>