Shades of Tea Green #D0FEB1
Tints of Tea Green #D0FEB1
RGB
CMYK
RGB Variations
Color information
#D0FEB1 (or 0xD0FEB1) is known color: Tea Green. HEX triplet: D0, FE and B1. RGB value is (208,254,177). Sum of RGB (Red+Green+Blue) = 208+254+177=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEB1 is #2F014E. Grayscale: #E7E7E7. Windows color (decimal): -3080527 or 11665104. OLE color: 11665104.
HSL color Cylindrical-coordinate representation of color #D0FEB1: hue angle of 95.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0FEB1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 177 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.00 |
| HSL | 95.84º | 0.97% | 0.85% | - |
| HSV(B) | 95.84º | 0.3% | 1% | - |
| XYZ | 69.39 | 87.47 | 54.82 | - |
| YUV | 231.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 177 | 0.18 | 0 | 0.30 | 0.00 | 95.84 | 0.97 | 0.85 |
| Hex | D0 | FE | B1 | 12 | 0 | 1E | 0 | 60 | 61 | 55 |
| Octal | 320 | 376 | 261 | 22 | 0 | 36 | 0 | 140 | 141 | 125 |
| Binary | 11010000 | 11111110 | 10110001 | 10010 | 0 | 11110 | 0 | 1100000 | 1100001 | 1010101 |
Color Harmonies of #D0FEB1
Complementary color
Monochromatic Colors of #D0FEB1
Black with #D0FEB1
Text Example
Text Example
White with #D0FEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEB1; }
p { color: rgb(208,254,177); }
H1.HeaderClassName
{
color: #D0FEB1;
}
.AnyTagClassName
{
color: #D0FEB1;
}
</style>
background-color css
<style>
a { background-color: #D0FEB1; }
a { background-color: rgb(208,254,177); }
div.DivClassName
{
background-color: #D0FEB1;
}
.BgClassName
{
background-color: #D0FEB1;
}
</style>
border-color css
<style>
span { border-color: #D0FEB1; }
span { border-color: rgb(208,254,177); }
td.TdClassName
{
border-color: #D0FEB1;
}
.TagClassName
{
border-color: #D0FEB1;
}
</style>