Shades of Off Green #D8F2DB
Tints of Off Green #D8F2DB
RGB
CMYK
RGB Variations
Color information
#D8F2DB (or 0xD8F2DB) is known color: Off Green. HEX triplet: D8, F2 and DB. RGB value is (216,242,219). Sum of RGB (Red+Green+Blue) = 216+242+219=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2DB is #270D24. Grayscale: #E7E7E7. Windows color (decimal): -2559269 or 14414552. OLE color: 14414552.
HSL color Cylindrical-coordinate representation of color #D8F2DB: hue angle of 126.92º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2DB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 216 | 242 | 219 | - |
CMYK | 0.11 | 0 | 0.10 | 0.05 |
HSL | 126.92º | 0.5% | 0.9% | - |
HSV(B) | 126.92º | 0.11% | 0.95% | - |
XYZ | 72.86 | 83.22 | 79.24 | - |
YUV | 231.6 | 120.89 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 242 | 219 | 0.11 | 0 | 0.10 | 0.05 | 126.92 | 0.5 | 0.9 |
Hex | D8 | F2 | DB | B | 0 | A | 5 | 7F | 32 | 5A |
Octal | 330 | 362 | 333 | 13 | 0 | 12 | 5 | 177 | 62 | 132 |
Binary | 11011000 | 11110010 | 11011011 | 1011 | 0 | 1010 | 101 | 1111111 | 110010 | 1011010 |
Color Harmonies of #D8F2DB
Complementary color
Monochromatic Colors of #D8F2DB
Black with #D8F2DB
Text Example
Text Example
White with #D8F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2DB; }
p { color: rgb(216,242,219); }
H1.HeaderClassName
{
color: #D8F2DB;
}
.AnyTagClassName
{
color: #D8F2DB;
}
</style>
background-color css
<style>
a { background-color: #D8F2DB; }
a { background-color: rgb(216,242,219); }
div.DivClassName
{
background-color: #D8F2DB;
}
.BgClassName
{
background-color: #D8F2DB;
}
</style>
border-color css
<style>
span { border-color: #D8F2DB; }
span { border-color: rgb(216,242,219); }
td.TdClassName
{
border-color: #D8F2DB;
}
.TagClassName
{
border-color: #D8F2DB;
}
</style>