Shades of Off Green #D2F5DB
Tints of Off Green #D2F5DB
RGB
CMYK
RGB Variations
Color information
#D2F5DB (or 0xD2F5DB) is known color: Off Green. HEX triplet: D2, F5 and DB. RGB value is (210,245,219). Sum of RGB (Red+Green+Blue) = 210+245+219=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F5DB is #2D0A24. Grayscale: #E7E7E7. Windows color (decimal): -2951717 or 14415314. OLE color: 14415314.
HSL color Cylindrical-coordinate representation of color #D2F5DB: hue angle of 135.43º degrees, saturation: 0.64, 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 #D2F5DB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 219 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.04 |
| HSL | 135.43º | 0.64% | 0.89% | - |
| HSV(B) | 135.43º | 0.14% | 0.96% | - |
| XYZ | 72.02 | 84.12 | 79.46 | - |
| YUV | 231.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 219 | 0.14 | 0 | 0.11 | 0.04 | 135.43 | 0.64 | 0.89 |
| Hex | D2 | F5 | DB | E | 0 | B | 4 | 87 | 40 | 59 |
| Octal | 322 | 365 | 333 | 16 | 0 | 13 | 4 | 207 | 100 | 131 |
| Binary | 11010010 | 11110101 | 11011011 | 1110 | 0 | 1011 | 100 | 10000111 | 1000000 | 1011001 |
Color Harmonies of #D2F5DB
Complementary color
Monochromatic Colors of #D2F5DB
Black with #D2F5DB
Text Example
Text Example
White with #D2F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F5DB; }
p { color: rgb(210,245,219); }
H1.HeaderClassName
{
color: #D2F5DB;
}
.AnyTagClassName
{
color: #D2F5DB;
}
</style>
background-color css
<style>
a { background-color: #D2F5DB; }
a { background-color: rgb(210,245,219); }
div.DivClassName
{
background-color: #D2F5DB;
}
.BgClassName
{
background-color: #D2F5DB;
}
</style>
border-color css
<style>
span { border-color: #D2F5DB; }
span { border-color: rgb(210,245,219); }
td.TdClassName
{
border-color: #D2F5DB;
}
.TagClassName
{
border-color: #D2F5DB;
}
</style>