Shades of Tea Green #D2FEBD
Tints of Tea Green #D2FEBD
RGB
CMYK
RGB Variations
Color information
#D2FEBD (or 0xD2FEBD) is known color: Tea Green. HEX triplet: D2, FE and BD. RGB value is (210,254,189). Sum of RGB (Red+Green+Blue) = 210+254+189=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FEBD is #2D0142. Grayscale: #E9E9E9. Windows color (decimal): -2949443 or 12451538. OLE color: 12451538.
HSL color Cylindrical-coordinate representation of color #D2FEBD: hue angle of 100.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2FEBD is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 189 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.00 |
| HSL | 100.62º | 0.97% | 0.87% | - |
| HSV(B) | 100.62º | 0.26% | 1% | - |
| XYZ | 71.21 | 88.26 | 61.43 | - |
| YUV | 233.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 189 | 0.17 | 0 | 0.26 | 0.00 | 100.62 | 0.97 | 0.87 |
| Hex | D2 | FE | BD | 11 | 0 | 1A | 0 | 65 | 61 | 57 |
| Octal | 322 | 376 | 275 | 21 | 0 | 32 | 0 | 145 | 141 | 127 |
| Binary | 11010010 | 11111110 | 10111101 | 10001 | 0 | 11010 | 0 | 1100101 | 1100001 | 1010111 |
Color Harmonies of #D2FEBD
Complementary color
Monochromatic Colors of #D2FEBD
Black with #D2FEBD
Text Example
Text Example
White with #D2FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEBD; }
p { color: rgb(210,254,189); }
H1.HeaderClassName
{
color: #D2FEBD;
}
.AnyTagClassName
{
color: #D2FEBD;
}
</style>
background-color css
<style>
a { background-color: #D2FEBD; }
a { background-color: rgb(210,254,189); }
div.DivClassName
{
background-color: #D2FEBD;
}
.BgClassName
{
background-color: #D2FEBD;
}
</style>
border-color css
<style>
span { border-color: #D2FEBD; }
span { border-color: rgb(210,254,189); }
td.TdClassName
{
border-color: #D2FEBD;
}
.TagClassName
{
border-color: #D2FEBD;
}
</style>