Shades of Tea Green #D5FFB9
Tints of Tea Green #D5FFB9
RGB
CMYK
RGB Variations
Color information
#D5FFB9 (or 0xD5FFB9) is known color: Tea Green. HEX triplet: D5, FF and B9. RGB value is (213,255,185). Sum of RGB (Red+Green+Blue) = 213+255+185=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFB9 is #2A0046. Grayscale: #EAEAEA. Windows color (decimal): -2752583 or 12189653. OLE color: 12189653.
HSL color Cylindrical-coordinate representation of color #D5FFB9: hue angle of 96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5FFB9 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 185 | - |
| CMYK | 0.16 | 0 | 0.27 | 0 |
| HSL | 96º | 1% | 0.86% | - |
| HSV(B) | 96º | 0.27% | 1% | - |
| XYZ | 71.96 | 89.17 | 59.32 | - |
| YUV | 234.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 185 | 0.16 | 0 | 0.27 | 0 | 96 | 1 | 0.86 |
| Hex | D5 | FF | B9 | 10 | 0 | 1B | 0 | 60 | 64 | 56 |
| Octal | 325 | 377 | 271 | 20 | 0 | 33 | 0 | 140 | 144 | 126 |
| Binary | 11010101 | 11111111 | 10111001 | 10000 | 0 | 11011 | 0 | 1100000 | 1100100 | 1010110 |
Color Harmonies of #D5FFB9
Complementary color
Monochromatic Colors of #D5FFB9
Black with #D5FFB9
Text Example
Text Example
White with #D5FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFB9; }
p { color: rgb(213,255,185); }
H1.HeaderClassName
{
color: #D5FFB9;
}
.AnyTagClassName
{
color: #D5FFB9;
}
</style>
background-color css
<style>
a { background-color: #D5FFB9; }
a { background-color: rgb(213,255,185); }
div.DivClassName
{
background-color: #D5FFB9;
}
.BgClassName
{
background-color: #D5FFB9;
}
</style>
border-color css
<style>
span { border-color: #D5FFB9; }
span { border-color: rgb(213,255,185); }
td.TdClassName
{
border-color: #D5FFB9;
}
.TagClassName
{
border-color: #D5FFB9;
}
</style>