Shades of Tea Green #D3F2BD
Tints of Tea Green #D3F2BD
RGB
CMYK
RGB Variations
Color information
#D3F2BD (or 0xD3F2BD) is known color: Tea Green. HEX triplet: D3, F2 and BD. RGB value is (211,242,189). Sum of RGB (Red+Green+Blue) = 211+242+189=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2BD is #2C0D42. Grayscale: #E2E2E2. Windows color (decimal): -2886979 or 12448467. OLE color: 12448467.
HSL color Cylindrical-coordinate representation of color #D3F2BD: hue angle of 95.09º 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 #D3F2BD is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 189 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.05 |
| HSL | 95.09º | 0.67% | 0.85% | - |
| HSV(B) | 95.09º | 0.22% | 0.95% | - |
| XYZ | 67.8 | 81.03 | 60.21 | - |
| YUV | 226.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 189 | 0.13 | 0 | 0.22 | 0.05 | 95.09 | 0.67 | 0.85 |
| Hex | D3 | F2 | BD | D | 0 | 16 | 5 | 5F | 43 | 55 |
| Octal | 323 | 362 | 275 | 15 | 0 | 26 | 5 | 137 | 103 | 125 |
| Binary | 11010011 | 11110010 | 10111101 | 1101 | 0 | 10110 | 101 | 1011111 | 1000011 | 1010101 |
Color Harmonies of #D3F2BD
Complementary color
Monochromatic Colors of #D3F2BD
Black with #D3F2BD
Text Example
Text Example
White with #D3F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F2BD; }
p { color: rgb(211,242,189); }
H1.HeaderClassName
{
color: #D3F2BD;
}
.AnyTagClassName
{
color: #D3F2BD;
}
</style>
background-color css
<style>
a { background-color: #D3F2BD; }
a { background-color: rgb(211,242,189); }
div.DivClassName
{
background-color: #D3F2BD;
}
.BgClassName
{
background-color: #D3F2BD;
}
</style>
border-color css
<style>
span { border-color: #D3F2BD; }
span { border-color: rgb(211,242,189); }
td.TdClassName
{
border-color: #D3F2BD;
}
.TagClassName
{
border-color: #D3F2BD;
}
</style>