Shades of Off Green #D3F5DA
Tints of Off Green #D3F5DA
RGB
CMYK
RGB Variations
Color information
#D3F5DA (or 0xD3F5DA) is known color: Off Green. HEX triplet: D3, F5 and DA. RGB value is (211,245,218). Sum of RGB (Red+Green+Blue) = 211+245+218=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F5DA is #2C0A25. Grayscale: #E7E7E7. Windows color (decimal): -2886182 or 14349779. OLE color: 14349779.
HSL color Cylindrical-coordinate representation of color #D3F5DA: hue angle of 132.35º 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 #D3F5DA is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 218 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.04 |
| HSL | 132.35º | 0.63% | 0.89% | - |
| HSV(B) | 132.35º | 0.14% | 0.96% | - |
| XYZ | 72.17 | 84.22 | 78.78 | - |
| YUV | 231.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 218 | 0.14 | 0 | 0.11 | 0.04 | 132.35 | 0.63 | 0.89 |
| Hex | D3 | F5 | DA | E | 0 | B | 4 | 84 | 3F | 59 |
| Octal | 323 | 365 | 332 | 16 | 0 | 13 | 4 | 204 | 77 | 131 |
| Binary | 11010011 | 11110101 | 11011010 | 1110 | 0 | 1011 | 100 | 10000100 | 111111 | 1011001 |
Color Harmonies of #D3F5DA
Complementary color
Monochromatic Colors of #D3F5DA
Black with #D3F5DA
Text Example
Text Example
White with #D3F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F5DA; }
p { color: rgb(211,245,218); }
H1.HeaderClassName
{
color: #D3F5DA;
}
.AnyTagClassName
{
color: #D3F5DA;
}
</style>
background-color css
<style>
a { background-color: #D3F5DA; }
a { background-color: rgb(211,245,218); }
div.DivClassName
{
background-color: #D3F5DA;
}
.BgClassName
{
background-color: #D3F5DA;
}
</style>
border-color css
<style>
span { border-color: #D3F5DA; }
span { border-color: rgb(211,245,218); }
td.TdClassName
{
border-color: #D3F5DA;
}
.TagClassName
{
border-color: #D3F5DA;
}
</style>