Shades of Tea Green #D2F5B2
Tints of Tea Green #D2F5B2
RGB
CMYK
RGB Variations
Color information
#D2F5B2 (or 0xD2F5B2) is known color: Tea Green. HEX triplet: D2, F5 and B2. RGB value is (210,245,178). Sum of RGB (Red+Green+Blue) = 210+245+178=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F5B2 is #2D0A4D. Grayscale: #E3E3E3. Windows color (decimal): -2951758 or 11728338. OLE color: 11728338.
HSL color Cylindrical-coordinate representation of color #D2F5B2: hue angle of 91.34º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2F5B2 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 178 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.04 |
| HSL | 91.34º | 0.77% | 0.83% | - |
| HSV(B) | 91.34º | 0.27% | 0.96% | - |
| XYZ | 67.27 | 82.22 | 54.44 | - |
| YUV | 226.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 178 | 0.14 | 0 | 0.27 | 0.04 | 91.34 | 0.77 | 0.83 |
| Hex | D2 | F5 | B2 | E | 0 | 1B | 4 | 5B | 4D | 53 |
| Octal | 322 | 365 | 262 | 16 | 0 | 33 | 4 | 133 | 115 | 123 |
| Binary | 11010010 | 11110101 | 10110010 | 1110 | 0 | 11011 | 100 | 1011011 | 1001101 | 1010011 |
Color Harmonies of #D2F5B2
Complementary color
Monochromatic Colors of #D2F5B2
Black with #D2F5B2
Text Example
Text Example
White with #D2F5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F5B2; }
p { color: rgb(210,245,178); }
H1.HeaderClassName
{
color: #D2F5B2;
}
.AnyTagClassName
{
color: #D2F5B2;
}
</style>
background-color css
<style>
a { background-color: #D2F5B2; }
a { background-color: rgb(210,245,178); }
div.DivClassName
{
background-color: #D2F5B2;
}
.BgClassName
{
background-color: #D2F5B2;
}
</style>
border-color css
<style>
span { border-color: #D2F5B2; }
span { border-color: rgb(210,245,178); }
td.TdClassName
{
border-color: #D2F5B2;
}
.TagClassName
{
border-color: #D2F5B2;
}
</style>