Shades of Off Green #D8F4DB
Tints of Off Green #D8F4DB
RGB
CMYK
RGB Variations
Color information
#D8F4DB (or 0xD8F4DB) is known color: Off Green. HEX triplet: D8, F4 and DB. RGB value is (216,244,219). Sum of RGB (Red+Green+Blue) = 216+244+219=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F4DB is #270B24. Grayscale: #E8E8E8. Windows color (decimal): -2558757 or 14415064. OLE color: 14415064.
HSL color Cylindrical-coordinate representation of color #D8F4DB: hue angle of 126.43º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F4DB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 216 | 244 | 219 | - |
CMYK | 0.11 | 0 | 0.10 | 0.04 |
HSL | 126.43º | 0.56% | 0.9% | - |
HSV(B) | 126.43º | 0.11% | 0.96% | - |
XYZ | 73.46 | 84.41 | 79.44 | - |
YUV | 232.78 | 120.22 | 116.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 244 | 219 | 0.11 | 0 | 0.10 | 0.04 | 126.43 | 0.56 | 0.9 |
Hex | D8 | F4 | DB | B | 0 | A | 4 | 7E | 38 | 5A |
Octal | 330 | 364 | 333 | 13 | 0 | 12 | 4 | 176 | 70 | 132 |
Binary | 11011000 | 11110100 | 11011011 | 1011 | 0 | 1010 | 100 | 1111110 | 111000 | 1011010 |
Color Harmonies of #D8F4DB
Complementary color
Monochromatic Colors of #D8F4DB
Black with #D8F4DB
Text Example
Text Example
White with #D8F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F4DB; }
p { color: rgb(216,244,219); }
H1.HeaderClassName
{
color: #D8F4DB;
}
.AnyTagClassName
{
color: #D8F4DB;
}
</style>
background-color css
<style>
a { background-color: #D8F4DB; }
a { background-color: rgb(216,244,219); }
div.DivClassName
{
background-color: #D8F4DB;
}
.BgClassName
{
background-color: #D8F4DB;
}
</style>
border-color css
<style>
span { border-color: #D8F4DB; }
span { border-color: rgb(216,244,219); }
td.TdClassName
{
border-color: #D8F4DB;
}
.TagClassName
{
border-color: #D8F4DB;
}
</style>