Shades of Tea Green #D2EFBD
Tints of Tea Green #D2EFBD
RGB
CMYK
RGB Variations
Color information
#D2EFBD (or 0xD2EFBD) is known color: Tea Green. HEX triplet: D2, EF and BD. RGB value is (210,239,189). Sum of RGB (Red+Green+Blue) = 210+239+189=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFBD is #2D1042. Grayscale: #E0E0E0. Windows color (decimal): -2953283 or 12447698. OLE color: 12447698.
HSL color Cylindrical-coordinate representation of color #D2EFBD: hue angle of 94.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2EFBD is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 189 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.06 |
| HSL | 94.8º | 0.61% | 0.84% | - |
| HSV(B) | 94.8º | 0.21% | 0.94% | - |
| XYZ | 66.63 | 79.11 | 59.9 | - |
| YUV | 224.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 189 | 0.12 | 0 | 0.21 | 0.06 | 94.8 | 0.61 | 0.84 |
| Hex | D2 | EF | BD | C | 0 | 15 | 6 | 5F | 3D | 54 |
| Octal | 322 | 357 | 275 | 14 | 0 | 25 | 6 | 137 | 75 | 124 |
| Binary | 11010010 | 11101111 | 10111101 | 1100 | 0 | 10101 | 110 | 1011111 | 111101 | 1010100 |
Color Harmonies of #D2EFBD
Complementary color
Monochromatic Colors of #D2EFBD
Black with #D2EFBD
Text Example
Text Example
White with #D2EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFBD; }
p { color: rgb(210,239,189); }
H1.HeaderClassName
{
color: #D2EFBD;
}
.AnyTagClassName
{
color: #D2EFBD;
}
</style>
background-color css
<style>
a { background-color: #D2EFBD; }
a { background-color: rgb(210,239,189); }
div.DivClassName
{
background-color: #D2EFBD;
}
.BgClassName
{
background-color: #D2EFBD;
}
</style>
border-color css
<style>
span { border-color: #D2EFBD; }
span { border-color: rgb(210,239,189); }
td.TdClassName
{
border-color: #D2EFBD;
}
.TagClassName
{
border-color: #D2EFBD;
}
</style>