Shades of Tea Green #D2FDB5
Tints of Tea Green #D2FDB5
RGB
CMYK
RGB Variations
Color information
#D2FDB5 (or 0xD2FDB5) is known color: Tea Green. HEX triplet: D2, FD and B5. RGB value is (210,253,181). Sum of RGB (Red+Green+Blue) = 210+253+181=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDB5 is #2D024A. Grayscale: #E8E8E8. Windows color (decimal): -2949707 or 11926994. OLE color: 11926994.
HSL color Cylindrical-coordinate representation of color #D2FDB5: hue angle of 95.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2FDB5 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 181 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.01 |
| HSL | 95.83º | 0.95% | 0.85% | - |
| HSV(B) | 95.83º | 0.28% | 0.99% | - |
| XYZ | 70.04 | 87.29 | 56.87 | - |
| YUV | 231.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 181 | 0.17 | 0 | 0.28 | 0.01 | 95.83 | 0.95 | 0.85 |
| Hex | D2 | FD | B5 | 11 | 0 | 1C | 1 | 60 | 5F | 55 |
| Octal | 322 | 375 | 265 | 21 | 0 | 34 | 1 | 140 | 137 | 125 |
| Binary | 11010010 | 11111101 | 10110101 | 10001 | 0 | 11100 | 1 | 1100000 | 1011111 | 1010101 |
Color Harmonies of #D2FDB5
Complementary color
Monochromatic Colors of #D2FDB5
Black with #D2FDB5
Text Example
Text Example
White with #D2FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDB5; }
p { color: rgb(210,253,181); }
H1.HeaderClassName
{
color: #D2FDB5;
}
.AnyTagClassName
{
color: #D2FDB5;
}
</style>
background-color css
<style>
a { background-color: #D2FDB5; }
a { background-color: rgb(210,253,181); }
div.DivClassName
{
background-color: #D2FDB5;
}
.BgClassName
{
background-color: #D2FDB5;
}
</style>
border-color css
<style>
span { border-color: #D2FDB5; }
span { border-color: rgb(210,253,181); }
td.TdClassName
{
border-color: #D2FDB5;
}
.TagClassName
{
border-color: #D2FDB5;
}
</style>