Shades of Off Green #D7F4DB
Tints of Off Green #D7F4DB
RGB
CMYK
RGB Variations
Color information
#D7F4DB (or 0xD7F4DB) is known color: Off Green. HEX triplet: D7, F4 and DB. RGB value is (215,244,219). Sum of RGB (Red+Green+Blue) = 215+244+219=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F4DB is #280B24. Grayscale: #E8E8E8. Windows color (decimal): -2624293 or 14415063. OLE color: 14415063.
HSL color Cylindrical-coordinate representation of color #D7F4DB: hue angle of 128.28º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F4DB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 219 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.04 |
| HSL | 128.28º | 0.57% | 0.9% | - |
| HSV(B) | 128.28º | 0.12% | 0.96% | - |
| XYZ | 73.16 | 84.26 | 79.43 | - |
| YUV | 232.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 219 | 0.12 | 0 | 0.10 | 0.04 | 128.28 | 0.57 | 0.9 |
| Hex | D7 | F4 | DB | C | 0 | A | 4 | 80 | 39 | 5A |
| Octal | 327 | 364 | 333 | 14 | 0 | 12 | 4 | 200 | 71 | 132 |
| Binary | 11010111 | 11110100 | 11011011 | 1100 | 0 | 1010 | 100 | 10000000 | 111001 | 1011010 |
Color Harmonies of #D7F4DB
Complementary color
Monochromatic Colors of #D7F4DB
Black with #D7F4DB
Text Example
Text Example
White with #D7F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F4DB; }
p { color: rgb(215,244,219); }
H1.HeaderClassName
{
color: #D7F4DB;
}
.AnyTagClassName
{
color: #D7F4DB;
}
</style>
background-color css
<style>
a { background-color: #D7F4DB; }
a { background-color: rgb(215,244,219); }
div.DivClassName
{
background-color: #D7F4DB;
}
.BgClassName
{
background-color: #D7F4DB;
}
</style>
border-color css
<style>
span { border-color: #D7F4DB; }
span { border-color: rgb(215,244,219); }
td.TdClassName
{
border-color: #D7F4DB;
}
.TagClassName
{
border-color: #D7F4DB;
}
</style>