Shades of Off Green #D4F7DB
Tints of Off Green #D4F7DB
RGB
CMYK
RGB Variations
Color information
#D4F7DB (or 0xD4F7DB) is known color: Off Green. HEX triplet: D4, F7 and DB. RGB value is (212,247,219). Sum of RGB (Red+Green+Blue) = 212+247+219=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F7DB is #2B0824. Grayscale: #E9E9E9. Windows color (decimal): -2820133 or 14415828. OLE color: 14415828.
HSL color Cylindrical-coordinate representation of color #D4F7DB: hue angle of 132º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4F7DB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 219 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.03 |
| HSL | 132º | 0.69% | 0.9% | - |
| HSV(B) | 132º | 0.14% | 0.97% | - |
| XYZ | 73.2 | 85.63 | 79.69 | - |
| YUV | 233.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 219 | 0.14 | 0 | 0.11 | 0.03 | 132 | 0.69 | 0.9 |
| Hex | D4 | F7 | DB | E | 0 | B | 3 | 84 | 45 | 5A |
| Octal | 324 | 367 | 333 | 16 | 0 | 13 | 3 | 204 | 105 | 132 |
| Binary | 11010100 | 11110111 | 11011011 | 1110 | 0 | 1011 | 11 | 10000100 | 1000101 | 1011010 |
Color Harmonies of #D4F7DB
Complementary color
Monochromatic Colors of #D4F7DB
Black with #D4F7DB
Text Example
Text Example
White with #D4F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F7DB; }
p { color: rgb(212,247,219); }
H1.HeaderClassName
{
color: #D4F7DB;
}
.AnyTagClassName
{
color: #D4F7DB;
}
</style>
background-color css
<style>
a { background-color: #D4F7DB; }
a { background-color: rgb(212,247,219); }
div.DivClassName
{
background-color: #D4F7DB;
}
.BgClassName
{
background-color: #D4F7DB;
}
</style>
border-color css
<style>
span { border-color: #D4F7DB; }
span { border-color: rgb(212,247,219); }
td.TdClassName
{
border-color: #D4F7DB;
}
.TagClassName
{
border-color: #D4F7DB;
}
</style>