Shades of Off Green #D4F4DB
Tints of Off Green #D4F4DB
RGB
CMYK
RGB Variations
Color information
#D4F4DB (or 0xD4F4DB) is known color: Off Green. HEX triplet: D4, F4 and DB. RGB value is (212,244,219). Sum of RGB (Red+Green+Blue) = 212+244+219=675 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.41% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F4DB is #2B0B24. Grayscale: #E7E7E7. Windows color (decimal): -2820901 or 14415060. OLE color: 14415060.
HSL color Cylindrical-coordinate representation of color #D4F4DB: hue angle of 133.12º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4F4DB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 219 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.04 |
| HSL | 133.13º | 0.59% | 0.89% | - |
| HSV(B) | 133.13º | 0.13% | 0.96% | - |
| XYZ | 72.29 | 83.81 | 79.39 | - |
| YUV | 231.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 219 | 0.13 | 0 | 0.10 | 0.04 | 133.13 | 0.59 | 0.89 |
| Hex | D4 | F4 | DB | D | 0 | A | 4 | 85 | 3B | 59 |
| Octal | 324 | 364 | 333 | 15 | 0 | 12 | 4 | 205 | 73 | 131 |
| Binary | 11010100 | 11110100 | 11011011 | 1101 | 0 | 1010 | 100 | 10000101 | 111011 | 1011001 |
Color Harmonies of #D4F4DB
Complementary color
Monochromatic Colors of #D4F4DB
Black with #D4F4DB
Text Example
Text Example
White with #D4F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F4DB; }
p { color: rgb(212,244,219); }
H1.HeaderClassName
{
color: #D4F4DB;
}
.AnyTagClassName
{
color: #D4F4DB;
}
</style>
background-color css
<style>
a { background-color: #D4F4DB; }
a { background-color: rgb(212,244,219); }
div.DivClassName
{
background-color: #D4F4DB;
}
.BgClassName
{
background-color: #D4F4DB;
}
</style>
border-color css
<style>
span { border-color: #D4F4DB; }
span { border-color: rgb(212,244,219); }
td.TdClassName
{
border-color: #D4F4DB;
}
.TagClassName
{
border-color: #D4F4DB;
}
</style>