Shades of Tea Green #D5FFAF
Tints of Tea Green #D5FFAF
RGB
CMYK
RGB Variations
Color information
#D5FFAF (or 0xD5FFAF) is known color: Tea Green. HEX triplet: D5, FF and AF. RGB value is (213,255,175). Sum of RGB (Red+Green+Blue) = 213+255+175=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFAF is #2A0050. Grayscale: #E9E9E9. Windows color (decimal): -2752593 or 11534293. OLE color: 11534293.
HSL color Cylindrical-coordinate representation of color #D5FFAF: hue angle of 91.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5FFAF is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 175 | - |
| CMYK | 0.16 | 0 | 0.31 | 0 |
| HSL | 91.5º | 1% | 0.84% | - |
| HSV(B) | 91.5º | 0.31% | 1% | - |
| XYZ | 70.94 | 88.76 | 53.95 | - |
| YUV | 233.32 | 95.09 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 175 | 0.16 | 0 | 0.31 | 0 | 91.5 | 1 | 0.84 |
| Hex | D5 | FF | AF | 10 | 0 | 1F | 0 | 5C | 64 | 54 |
| Octal | 325 | 377 | 257 | 20 | 0 | 37 | 0 | 134 | 144 | 124 |
| Binary | 11010101 | 11111111 | 10101111 | 10000 | 0 | 11111 | 0 | 1011100 | 1100100 | 1010100 |
Color Harmonies of #D5FFAF
Complementary color
Monochromatic Colors of #D5FFAF
Black with #D5FFAF
Text Example
Text Example
White with #D5FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFAF; }
p { color: rgb(213,255,175); }
H1.HeaderClassName
{
color: #D5FFAF;
}
.AnyTagClassName
{
color: #D5FFAF;
}
</style>
background-color css
<style>
a { background-color: #D5FFAF; }
a { background-color: rgb(213,255,175); }
div.DivClassName
{
background-color: #D5FFAF;
}
.BgClassName
{
background-color: #D5FFAF;
}
</style>
border-color css
<style>
span { border-color: #D5FFAF; }
span { border-color: rgb(213,255,175); }
td.TdClassName
{
border-color: #D5FFAF;
}
.TagClassName
{
border-color: #D5FFAF;
}
</style>