Shades of Tea Green #D2F5B3
Tints of Tea Green #D2F5B3
RGB
CMYK
RGB Variations
Color information
#D2F5B3 (or 0xD2F5B3) is known color: Tea Green. HEX triplet: D2, F5 and B3. RGB value is (210,245,179). Sum of RGB (Red+Green+Blue) = 210+245+179=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F5B3 is #2D0A4C. Grayscale: #E3E3E3. Windows color (decimal): -2951757 or 11793874. OLE color: 11793874.
HSL color Cylindrical-coordinate representation of color #D2F5B3: hue angle of 91.82º 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 #D2F5B3 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 179 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.04 |
| HSL | 91.82º | 0.77% | 0.83% | - |
| HSV(B) | 91.82º | 0.27% | 0.96% | - |
| XYZ | 67.37 | 82.26 | 54.98 | - |
| YUV | 227.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 179 | 0.14 | 0 | 0.27 | 0.04 | 91.82 | 0.77 | 0.83 |
| Hex | D2 | F5 | B3 | E | 0 | 1B | 4 | 5C | 4D | 53 |
| Octal | 322 | 365 | 263 | 16 | 0 | 33 | 4 | 134 | 115 | 123 |
| Binary | 11010010 | 11110101 | 10110011 | 1110 | 0 | 11011 | 100 | 1011100 | 1001101 | 1010011 |
Color Harmonies of #D2F5B3
Complementary color
Monochromatic Colors of #D2F5B3
Black with #D2F5B3
Text Example
Text Example
White with #D2F5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F5B3; }
p { color: rgb(210,245,179); }
H1.HeaderClassName
{
color: #D2F5B3;
}
.AnyTagClassName
{
color: #D2F5B3;
}
</style>
background-color css
<style>
a { background-color: #D2F5B3; }
a { background-color: rgb(210,245,179); }
div.DivClassName
{
background-color: #D2F5B3;
}
.BgClassName
{
background-color: #D2F5B3;
}
</style>
border-color css
<style>
span { border-color: #D2F5B3; }
span { border-color: rgb(210,245,179); }
td.TdClassName
{
border-color: #D2F5B3;
}
.TagClassName
{
border-color: #D2F5B3;
}
</style>