Shades of Tea Green #D9F2BD
Tints of Tea Green #D9F2BD
RGB
CMYK
RGB Variations
Color information
#D9F2BD (or 0xD9F2BD) is known color: Tea Green. HEX triplet: D9, F2 and BD. RGB value is (217,242,189). Sum of RGB (Red+Green+Blue) = 217+242+189=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2BD is #260D42. Grayscale: #E4E4E4. Windows color (decimal): -2493763 or 12448473. OLE color: 12448473.
HSL color Cylindrical-coordinate representation of color #D9F2BD: hue angle of 88.3º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9F2BD is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 189 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.05 |
| HSL | 88.3º | 0.67% | 0.85% | - |
| HSV(B) | 88.3º | 0.22% | 0.95% | - |
| XYZ | 69.55 | 81.93 | 60.29 | - |
| YUV | 228.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 189 | 0.10 | 0 | 0.22 | 0.05 | 88.3 | 0.67 | 0.85 |
| Hex | D9 | F2 | BD | A | 0 | 16 | 5 | 58 | 43 | 55 |
| Octal | 331 | 362 | 275 | 12 | 0 | 26 | 5 | 130 | 103 | 125 |
| Binary | 11011001 | 11110010 | 10111101 | 1010 | 0 | 10110 | 101 | 1011000 | 1000011 | 1010101 |
Color Harmonies of #D9F2BD
Complementary color
Monochromatic Colors of #D9F2BD
Black with #D9F2BD
Text Example
Text Example
White with #D9F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2BD; }
p { color: rgb(217,242,189); }
H1.HeaderClassName
{
color: #D9F2BD;
}
.AnyTagClassName
{
color: #D9F2BD;
}
</style>
background-color css
<style>
a { background-color: #D9F2BD; }
a { background-color: rgb(217,242,189); }
div.DivClassName
{
background-color: #D9F2BD;
}
.BgClassName
{
background-color: #D9F2BD;
}
</style>
border-color css
<style>
span { border-color: #D9F2BD; }
span { border-color: rgb(217,242,189); }
td.TdClassName
{
border-color: #D9F2BD;
}
.TagClassName
{
border-color: #D9F2BD;
}
</style>