Shades of Off Green #D8F0DB
Tints of Off Green #D8F0DB
RGB
CMYK
RGB Variations
Color information
#D8F0DB (or 0xD8F0DB) is known color: Off Green. HEX triplet: D8, F0 and DB. RGB value is (216,240,219). Sum of RGB (Red+Green+Blue) = 216+240+219=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0DB is #270F24. Grayscale: #E6E6E6. Windows color (decimal): -2559781 or 14414040. OLE color: 14414040.
HSL color Cylindrical-coordinate representation of color #D8F0DB: hue angle of 127.5º degrees, saturation: 0.44, 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 #D8F0DB is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 216 | 240 | 219 | - |
CMYK | 0.1 | 0 | 0.09 | 0.06 |
HSL | 127.5º | 0.44% | 0.89% | - |
HSV(B) | 127.5º | 0.1% | 0.94% | - |
XYZ | 72.27 | 82.03 | 79.04 | - |
YUV | 230.43 | 121.55 | 117.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 240 | 219 | 0.1 | 0 | 0.09 | 0.06 | 127.5 | 0.44 | 0.89 |
Hex | D8 | F0 | DB | A | 0 | 9 | 6 | 80 | 2C | 59 |
Octal | 330 | 360 | 333 | 12 | 0 | 11 | 6 | 200 | 54 | 131 |
Binary | 11011000 | 11110000 | 11011011 | 1010 | 0 | 1001 | 110 | 10000000 | 101100 | 1011001 |
Color Harmonies of #D8F0DB
Complementary color
Monochromatic Colors of #D8F0DB
Black with #D8F0DB
Text Example
Text Example
White with #D8F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0DB; }
p { color: rgb(216,240,219); }
H1.HeaderClassName
{
color: #D8F0DB;
}
.AnyTagClassName
{
color: #D8F0DB;
}
</style>
background-color css
<style>
a { background-color: #D8F0DB; }
a { background-color: rgb(216,240,219); }
div.DivClassName
{
background-color: #D8F0DB;
}
.BgClassName
{
background-color: #D8F0DB;
}
</style>
border-color css
<style>
span { border-color: #D8F0DB; }
span { border-color: rgb(216,240,219); }
td.TdClassName
{
border-color: #D8F0DB;
}
.TagClassName
{
border-color: #D8F0DB;
}
</style>