Shades of Tea Green #D3F2BF
Tints of Tea Green #D3F2BF
RGB
CMYK
RGB Variations
Color information
#D3F2BF (or 0xD3F2BF) is known color: Tea Green. HEX triplet: D3, F2 and BF. RGB value is (211,242,191). Sum of RGB (Red+Green+Blue) = 211+242+191=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2BF is #2C0D40. Grayscale: #E3E3E3. Windows color (decimal): -2886977 or 12579539. OLE color: 12579539.
HSL color Cylindrical-coordinate representation of color #D3F2BF: hue angle of 96.47º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3F2BF is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 191 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.05 |
| HSL | 96.47º | 0.66% | 0.85% | - |
| HSV(B) | 96.47º | 0.21% | 0.95% | - |
| XYZ | 68.02 | 81.11 | 61.36 | - |
| YUV | 226.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 191 | 0.13 | 0 | 0.21 | 0.05 | 96.47 | 0.66 | 0.85 |
| Hex | D3 | F2 | BF | D | 0 | 15 | 5 | 60 | 42 | 55 |
| Octal | 323 | 362 | 277 | 15 | 0 | 25 | 5 | 140 | 102 | 125 |
| Binary | 11010011 | 11110010 | 10111111 | 1101 | 0 | 10101 | 101 | 1100000 | 1000010 | 1010101 |
Color Harmonies of #D3F2BF
Complementary color
Monochromatic Colors of #D3F2BF
Black with #D3F2BF
Text Example
Text Example
White with #D3F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F2BF; }
p { color: rgb(211,242,191); }
H1.HeaderClassName
{
color: #D3F2BF;
}
.AnyTagClassName
{
color: #D3F2BF;
}
</style>
background-color css
<style>
a { background-color: #D3F2BF; }
a { background-color: rgb(211,242,191); }
div.DivClassName
{
background-color: #D3F2BF;
}
.BgClassName
{
background-color: #D3F2BF;
}
</style>
border-color css
<style>
span { border-color: #D3F2BF; }
span { border-color: rgb(211,242,191); }
td.TdClassName
{
border-color: #D3F2BF;
}
.TagClassName
{
border-color: #D3F2BF;
}
</style>