Shades of Tea Green #D3F2B4
Tints of Tea Green #D3F2B4
RGB
CMYK
RGB Variations
Color information
#D3F2B4 (or 0xD3F2B4) is known color: Tea Green. HEX triplet: D3, F2 and B4. RGB value is (211,242,180). Sum of RGB (Red+Green+Blue) = 211+242+180=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2B4 is #2C0D4B. Grayscale: #E1E1E1. Windows color (decimal): -2886988 or 11858643. OLE color: 11858643.
HSL color Cylindrical-coordinate representation of color #D3F2B4: hue angle of 90º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3F2B4 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 180 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.05 |
| HSL | 90º | 0.7% | 0.83% | - |
| HSV(B) | 90º | 0.26% | 0.95% | - |
| XYZ | 66.85 | 80.65 | 55.22 | - |
| YUV | 225.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 180 | 0.13 | 0 | 0.26 | 0.05 | 90 | 0.7 | 0.83 |
| Hex | D3 | F2 | B4 | D | 0 | 1A | 5 | 5A | 46 | 53 |
| Octal | 323 | 362 | 264 | 15 | 0 | 32 | 5 | 132 | 106 | 123 |
| Binary | 11010011 | 11110010 | 10110100 | 1101 | 0 | 11010 | 101 | 1011010 | 1000110 | 1010011 |
Color Harmonies of #D3F2B4
Complementary color
Monochromatic Colors of #D3F2B4
Black with #D3F2B4
Text Example
Text Example
White with #D3F2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F2B4; }
p { color: rgb(211,242,180); }
H1.HeaderClassName
{
color: #D3F2B4;
}
.AnyTagClassName
{
color: #D3F2B4;
}
</style>
background-color css
<style>
a { background-color: #D3F2B4; }
a { background-color: rgb(211,242,180); }
div.DivClassName
{
background-color: #D3F2B4;
}
.BgClassName
{
background-color: #D3F2B4;
}
</style>
border-color css
<style>
span { border-color: #D3F2B4; }
span { border-color: rgb(211,242,180); }
td.TdClassName
{
border-color: #D3F2B4;
}
.TagClassName
{
border-color: #D3F2B4;
}
</style>