Shades of Tea Green #DFFFC5
Tints of Tea Green #DFFFC5
RGB
CMYK
RGB Variations
Color information
#DFFFC5 (or 0xDFFFC5) is known color: Tea Green. HEX triplet: DF, FF and C5. RGB value is (223,255,197). Sum of RGB (Red+Green+Blue) = 223+255+197=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFC5 is #20003A. Grayscale: #EFEFEF. Windows color (decimal): -2097211 or 12976095. OLE color: 12976095.
HSL color Cylindrical-coordinate representation of color #DFFFC5: hue angle of 93.1º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFFFC5 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 197 | - |
| CMYK | 0.13 | 0 | 0.23 | 0 |
| HSL | 93.1º | 1% | 0.89% | - |
| HSV(B) | 93.1º | 0.23% | 1% | - |
| XYZ | 76.27 | 91.24 | 66.41 | - |
| YUV | 238.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 197 | 0.13 | 0 | 0.23 | 0 | 93.1 | 1 | 0.89 |
| Hex | DF | FF | C5 | D | 0 | 17 | 0 | 5D | 64 | 59 |
| Octal | 337 | 377 | 305 | 15 | 0 | 27 | 0 | 135 | 144 | 131 |
| Binary | 11011111 | 11111111 | 11000101 | 1101 | 0 | 10111 | 0 | 1011101 | 1100100 | 1011001 |
Color Harmonies of #DFFFC5
Complementary color
Monochromatic Colors of #DFFFC5
Black with #DFFFC5
Text Example
Text Example
White with #DFFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFC5; }
p { color: rgb(223,255,197); }
H1.HeaderClassName
{
color: #DFFFC5;
}
.AnyTagClassName
{
color: #DFFFC5;
}
</style>
background-color css
<style>
a { background-color: #DFFFC5; }
a { background-color: rgb(223,255,197); }
div.DivClassName
{
background-color: #DFFFC5;
}
.BgClassName
{
background-color: #DFFFC5;
}
</style>
border-color css
<style>
span { border-color: #DFFFC5; }
span { border-color: rgb(223,255,197); }
td.TdClassName
{
border-color: #DFFFC5;
}
.TagClassName
{
border-color: #DFFFC5;
}
</style>