Shades of Tea Green #D2FDB4
Tints of Tea Green #D2FDB4
RGB
CMYK
RGB Variations
Color information
#D2FDB4 (or 0xD2FDB4) is known color: Tea Green. HEX triplet: D2, FD and B4. RGB value is (210,253,180). Sum of RGB (Red+Green+Blue) = 210+253+180=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDB4 is #2D024B. Grayscale: #E8E8E8. Windows color (decimal): -2949708 or 11861458. OLE color: 11861458.
HSL color Cylindrical-coordinate representation of color #D2FDB4: hue angle of 95.34º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2FDB4 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 180 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.01 |
| HSL | 95.34º | 0.95% | 0.85% | - |
| HSV(B) | 95.34º | 0.29% | 0.99% | - |
| XYZ | 69.94 | 87.25 | 56.33 | - |
| YUV | 231.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 180 | 0.17 | 0 | 0.29 | 0.01 | 95.34 | 0.95 | 0.85 |
| Hex | D2 | FD | B4 | 11 | 0 | 1D | 1 | 5F | 5F | 55 |
| Octal | 322 | 375 | 264 | 21 | 0 | 35 | 1 | 137 | 137 | 125 |
| Binary | 11010010 | 11111101 | 10110100 | 10001 | 0 | 11101 | 1 | 1011111 | 1011111 | 1010101 |
Color Harmonies of #D2FDB4
Complementary color
Monochromatic Colors of #D2FDB4
Black with #D2FDB4
Text Example
Text Example
White with #D2FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDB4; }
p { color: rgb(210,253,180); }
H1.HeaderClassName
{
color: #D2FDB4;
}
.AnyTagClassName
{
color: #D2FDB4;
}
</style>
background-color css
<style>
a { background-color: #D2FDB4; }
a { background-color: rgb(210,253,180); }
div.DivClassName
{
background-color: #D2FDB4;
}
.BgClassName
{
background-color: #D2FDB4;
}
</style>
border-color css
<style>
span { border-color: #D2FDB4; }
span { border-color: rgb(210,253,180); }
td.TdClassName
{
border-color: #D2FDB4;
}
.TagClassName
{
border-color: #D2FDB4;
}
</style>