Shades of Tea Green #D2FFBD
Tints of Tea Green #D2FFBD
RGB
CMYK
RGB Variations
Color information
#D2FFBD (or 0xD2FFBD) is known color: Tea Green. HEX triplet: D2, FF and BD. RGB value is (210,255,189). Sum of RGB (Red+Green+Blue) = 210+255+189=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFBD is #2D0042. Grayscale: #EAEAEA. Windows color (decimal): -2949187 or 12451794. OLE color: 12451794.
HSL color Cylindrical-coordinate representation of color #D2FFBD: hue angle of 100.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2FFBD is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 189 | - |
| CMYK | 0.18 | 0 | 0.26 | 0 |
| HSL | 100.91º | 1% | 0.87% | - |
| HSV(B) | 100.91º | 0.26% | 1% | - |
| XYZ | 71.52 | 88.9 | 61.53 | - |
| YUV | 234.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 189 | 0.18 | 0 | 0.26 | 0 | 100.91 | 1 | 0.87 |
| Hex | D2 | FF | BD | 12 | 0 | 1A | 0 | 65 | 64 | 57 |
| Octal | 322 | 377 | 275 | 22 | 0 | 32 | 0 | 145 | 144 | 127 |
| Binary | 11010010 | 11111111 | 10111101 | 10010 | 0 | 11010 | 0 | 1100101 | 1100100 | 1010111 |
Color Harmonies of #D2FFBD
Complementary color
Monochromatic Colors of #D2FFBD
Black with #D2FFBD
Text Example
Text Example
White with #D2FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFBD; }
p { color: rgb(210,255,189); }
H1.HeaderClassName
{
color: #D2FFBD;
}
.AnyTagClassName
{
color: #D2FFBD;
}
</style>
background-color css
<style>
a { background-color: #D2FFBD; }
a { background-color: rgb(210,255,189); }
div.DivClassName
{
background-color: #D2FFBD;
}
.BgClassName
{
background-color: #D2FFBD;
}
</style>
border-color css
<style>
span { border-color: #D2FFBD; }
span { border-color: rgb(210,255,189); }
td.TdClassName
{
border-color: #D2FFBD;
}
.TagClassName
{
border-color: #D2FFBD;
}
</style>