Shades of Tea Green #D1F2BD
Tints of Tea Green #D1F2BD
RGB
CMYK
RGB Variations
Color information
#D1F2BD (or 0xD1F2BD) is known color: Tea Green. HEX triplet: D1, F2 and BD. RGB value is (209,242,189). Sum of RGB (Red+Green+Blue) = 209+242+189=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2BD is #2E0D42. Grayscale: #E2E2E2. Windows color (decimal): -3018051 or 12448465. OLE color: 12448465.
HSL color Cylindrical-coordinate representation of color #D1F2BD: hue angle of 97.36º 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 #D1F2BD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 189 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.05 |
| HSL | 97.36º | 0.67% | 0.85% | - |
| HSV(B) | 97.36º | 0.22% | 0.95% | - |
| XYZ | 67.23 | 80.73 | 60.18 | - |
| YUV | 226.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 189 | 0.14 | 0 | 0.22 | 0.05 | 97.36 | 0.67 | 0.85 |
| Hex | D1 | F2 | BD | E | 0 | 16 | 5 | 61 | 43 | 55 |
| Octal | 321 | 362 | 275 | 16 | 0 | 26 | 5 | 141 | 103 | 125 |
| Binary | 11010001 | 11110010 | 10111101 | 1110 | 0 | 10110 | 101 | 1100001 | 1000011 | 1010101 |
Color Harmonies of #D1F2BD
Complementary color
Monochromatic Colors of #D1F2BD
Black with #D1F2BD
Text Example
Text Example
White with #D1F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2BD; }
p { color: rgb(209,242,189); }
H1.HeaderClassName
{
color: #D1F2BD;
}
.AnyTagClassName
{
color: #D1F2BD;
}
</style>
background-color css
<style>
a { background-color: #D1F2BD; }
a { background-color: rgb(209,242,189); }
div.DivClassName
{
background-color: #D1F2BD;
}
.BgClassName
{
background-color: #D1F2BD;
}
</style>
border-color css
<style>
span { border-color: #D1F2BD; }
span { border-color: rgb(209,242,189); }
td.TdClassName
{
border-color: #D1F2BD;
}
.TagClassName
{
border-color: #D1F2BD;
}
</style>