Shades of Off Green #D3F5DB
Tints of Off Green #D3F5DB
RGB
CMYK
RGB Variations
Color information
#D3F5DB (or 0xD3F5DB) is known color: Off Green. HEX triplet: D3, F5 and DB. RGB value is (211,245,219). Sum of RGB (Red+Green+Blue) = 211+245+219=675 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.26% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F5DB is #2C0A24. Grayscale: #E7E7E7. Windows color (decimal): -2886181 or 14415315. OLE color: 14415315.
HSL color Cylindrical-coordinate representation of color #D3F5DB: hue angle of 134.12º degrees, saturation: 0.63, 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 #D3F5DB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 219 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.04 |
| HSL | 134.12º | 0.63% | 0.89% | - |
| HSV(B) | 134.12º | 0.14% | 0.96% | - |
| XYZ | 72.3 | 84.27 | 79.47 | - |
| YUV | 231.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 219 | 0.14 | 0 | 0.11 | 0.04 | 134.12 | 0.63 | 0.89 |
| Hex | D3 | F5 | DB | E | 0 | B | 4 | 86 | 3F | 59 |
| Octal | 323 | 365 | 333 | 16 | 0 | 13 | 4 | 206 | 77 | 131 |
| Binary | 11010011 | 11110101 | 11011011 | 1110 | 0 | 1011 | 100 | 10000110 | 111111 | 1011001 |
Color Harmonies of #D3F5DB
Complementary color
Monochromatic Colors of #D3F5DB
Black with #D3F5DB
Text Example
Text Example
White with #D3F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F5DB; }
p { color: rgb(211,245,219); }
H1.HeaderClassName
{
color: #D3F5DB;
}
.AnyTagClassName
{
color: #D3F5DB;
}
</style>
background-color css
<style>
a { background-color: #D3F5DB; }
a { background-color: rgb(211,245,219); }
div.DivClassName
{
background-color: #D3F5DB;
}
.BgClassName
{
background-color: #D3F5DB;
}
</style>
border-color css
<style>
span { border-color: #D3F5DB; }
span { border-color: rgb(211,245,219); }
td.TdClassName
{
border-color: #D3F5DB;
}
.TagClassName
{
border-color: #D3F5DB;
}
</style>