Shades of Off Green #D8F1DB
Tints of Off Green #D8F1DB
RGB
CMYK
RGB Variations
Color information
#D8F1DB (or 0xD8F1DB) is known color: Off Green. HEX triplet: D8, F1 and DB. RGB value is (216,241,219). Sum of RGB (Red+Green+Blue) = 216+241+219=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F1DB is #270E24. Grayscale: #E7E7E7. Windows color (decimal): -2559525 or 14414296. OLE color: 14414296.
HSL color Cylindrical-coordinate representation of color #D8F1DB: hue angle of 127.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8F1DB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 216 | 241 | 219 | - |
CMYK | 0.10 | 0 | 0.09 | 0.05 |
HSL | 127.2º | 0.47% | 0.9% | - |
HSV(B) | 127.2º | 0.1% | 0.95% | - |
XYZ | 72.56 | 82.62 | 79.14 | - |
YUV | 231.02 | 121.22 | 117.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 241 | 219 | 0.10 | 0 | 0.09 | 0.05 | 127.2 | 0.47 | 0.9 |
Hex | D8 | F1 | DB | A | 0 | 9 | 5 | 7F | 2F | 5A |
Octal | 330 | 361 | 333 | 12 | 0 | 11 | 5 | 177 | 57 | 132 |
Binary | 11011000 | 11110001 | 11011011 | 1010 | 0 | 1001 | 101 | 1111111 | 101111 | 1011010 |
Color Harmonies of #D8F1DB
Complementary color
Monochromatic Colors of #D8F1DB
Black with #D8F1DB
Text Example
Text Example
White with #D8F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F1DB; }
p { color: rgb(216,241,219); }
H1.HeaderClassName
{
color: #D8F1DB;
}
.AnyTagClassName
{
color: #D8F1DB;
}
</style>
background-color css
<style>
a { background-color: #D8F1DB; }
a { background-color: rgb(216,241,219); }
div.DivClassName
{
background-color: #D8F1DB;
}
.BgClassName
{
background-color: #D8F1DB;
}
</style>
border-color css
<style>
span { border-color: #D8F1DB; }
span { border-color: rgb(216,241,219); }
td.TdClassName
{
border-color: #D8F1DB;
}
.TagClassName
{
border-color: #D8F1DB;
}
</style>