Shades of Off Green #D3F4DB
Tints of Off Green #D3F4DB
RGB
CMYK
RGB Variations
Color information
#D3F4DB (or 0xD3F4DB) is known color: Off Green. HEX triplet: D3, F4 and DB. RGB value is (211,244,219). Sum of RGB (Red+Green+Blue) = 211+244+219=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F4DB is #2C0B24. Grayscale: #E7E7E7. Windows color (decimal): -2886437 or 14415059. OLE color: 14415059.
HSL color Cylindrical-coordinate representation of color #D3F4DB: hue angle of 134.55º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3F4DB is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 219 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.04 |
| HSL | 134.55º | 0.6% | 0.89% | - |
| HSV(B) | 134.55º | 0.14% | 0.96% | - |
| XYZ | 72 | 83.66 | 79.37 | - |
| YUV | 231.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 219 | 0.14 | 0 | 0.10 | 0.04 | 134.55 | 0.6 | 0.89 |
| Hex | D3 | F4 | DB | E | 0 | A | 4 | 87 | 3C | 59 |
| Octal | 323 | 364 | 333 | 16 | 0 | 12 | 4 | 207 | 74 | 131 |
| Binary | 11010011 | 11110100 | 11011011 | 1110 | 0 | 1010 | 100 | 10000111 | 111100 | 1011001 |
Color Harmonies of #D3F4DB
Complementary color
Monochromatic Colors of #D3F4DB
Black with #D3F4DB
Text Example
Text Example
White with #D3F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F4DB; }
p { color: rgb(211,244,219); }
H1.HeaderClassName
{
color: #D3F4DB;
}
.AnyTagClassName
{
color: #D3F4DB;
}
</style>
background-color css
<style>
a { background-color: #D3F4DB; }
a { background-color: rgb(211,244,219); }
div.DivClassName
{
background-color: #D3F4DB;
}
.BgClassName
{
background-color: #D3F4DB;
}
</style>
border-color css
<style>
span { border-color: #D3F4DB; }
span { border-color: rgb(211,244,219); }
td.TdClassName
{
border-color: #D3F4DB;
}
.TagClassName
{
border-color: #D3F4DB;
}
</style>