Shades of Tea Green #D2F9BD
Tints of Tea Green #D2F9BD
RGB
CMYK
RGB Variations
Color information
#D2F9BD (or 0xD2F9BD) is known color: Tea Green. HEX triplet: D2, F9 and BD. RGB value is (210,249,189). Sum of RGB (Red+Green+Blue) = 210+249+189=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F9BD is #2D0642. Grayscale: #E6E6E6. Windows color (decimal): -2950723 or 12450258. OLE color: 12450258.
HSL color Cylindrical-coordinate representation of color #D2F9BD: hue angle of 99º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2F9BD is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 189 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.02 |
| HSL | 99º | 0.83% | 0.86% | - |
| HSV(B) | 99º | 0.24% | 0.98% | - |
| XYZ | 69.64 | 85.13 | 60.9 | - |
| YUV | 230.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 189 | 0.16 | 0 | 0.24 | 0.02 | 99 | 0.83 | 0.86 |
| Hex | D2 | F9 | BD | 10 | 0 | 18 | 2 | 63 | 53 | 56 |
| Octal | 322 | 371 | 275 | 20 | 0 | 30 | 2 | 143 | 123 | 126 |
| Binary | 11010010 | 11111001 | 10111101 | 10000 | 0 | 11000 | 10 | 1100011 | 1010011 | 1010110 |
Color Harmonies of #D2F9BD
Complementary color
Monochromatic Colors of #D2F9BD
Black with #D2F9BD
Text Example
Text Example
White with #D2F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F9BD; }
p { color: rgb(210,249,189); }
H1.HeaderClassName
{
color: #D2F9BD;
}
.AnyTagClassName
{
color: #D2F9BD;
}
</style>
background-color css
<style>
a { background-color: #D2F9BD; }
a { background-color: rgb(210,249,189); }
div.DivClassName
{
background-color: #D2F9BD;
}
.BgClassName
{
background-color: #D2F9BD;
}
</style>
border-color css
<style>
span { border-color: #D2F9BD; }
span { border-color: rgb(210,249,189); }
td.TdClassName
{
border-color: #D2F9BD;
}
.TagClassName
{
border-color: #D2F9BD;
}
</style>