Shades of Tea Green #D5FCB9
Tints of Tea Green #D5FCB9
RGB
CMYK
RGB Variations
Color information
#D5FCB9 (or 0xD5FCB9) is known color: Tea Green. HEX triplet: D5, FC and B9. RGB value is (213,252,185). Sum of RGB (Red+Green+Blue) = 213+252+185=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCB9 is #2A0346. Grayscale: #E8E8E8. Windows color (decimal): -2753351 or 12188885. OLE color: 12188885.
HSL color Cylindrical-coordinate representation of color #D5FCB9: hue angle of 94.93º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5FCB9 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 185 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.01 |
| HSL | 94.93º | 0.92% | 0.86% | - |
| HSV(B) | 94.93º | 0.27% | 0.99% | - |
| XYZ | 71.01 | 87.27 | 59 | - |
| YUV | 232.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 185 | 0.15 | 0 | 0.27 | 0.01 | 94.93 | 0.92 | 0.86 |
| Hex | D5 | FC | B9 | F | 0 | 1B | 1 | 5F | 5C | 56 |
| Octal | 325 | 374 | 271 | 17 | 0 | 33 | 1 | 137 | 134 | 126 |
| Binary | 11010101 | 11111100 | 10111001 | 1111 | 0 | 11011 | 1 | 1011111 | 1011100 | 1010110 |
Color Harmonies of #D5FCB9
Complementary color
Monochromatic Colors of #D5FCB9
Black with #D5FCB9
Text Example
Text Example
White with #D5FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCB9; }
p { color: rgb(213,252,185); }
H1.HeaderClassName
{
color: #D5FCB9;
}
.AnyTagClassName
{
color: #D5FCB9;
}
</style>
background-color css
<style>
a { background-color: #D5FCB9; }
a { background-color: rgb(213,252,185); }
div.DivClassName
{
background-color: #D5FCB9;
}
.BgClassName
{
background-color: #D5FCB9;
}
</style>
border-color css
<style>
span { border-color: #D5FCB9; }
span { border-color: rgb(213,252,185); }
td.TdClassName
{
border-color: #D5FCB9;
}
.TagClassName
{
border-color: #D5FCB9;
}
</style>