Shades of Tea Green #DFFCC5
Tints of Tea Green #DFFCC5
RGB
CMYK
RGB Variations
Color information
#DFFCC5 (or 0xDFFCC5) is known color: Tea Green. HEX triplet: DF, FC and C5. RGB value is (223,252,197). Sum of RGB (Red+Green+Blue) = 223+252+197=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCC5 is #20033A. Grayscale: #EDEDED. Windows color (decimal): -2097979 or 12975327. OLE color: 12975327.
HSL color Cylindrical-coordinate representation of color #DFFCC5: hue angle of 91.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFFCC5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 197 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.01 |
| HSL | 91.64º | 0.9% | 0.88% | - |
| HSV(B) | 91.64º | 0.22% | 0.99% | - |
| XYZ | 75.32 | 89.34 | 66.1 | - |
| YUV | 237.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 197 | 0.12 | 0 | 0.22 | 0.01 | 91.64 | 0.9 | 0.88 |
| Hex | DF | FC | C5 | C | 0 | 16 | 1 | 5C | 5A | 58 |
| Octal | 337 | 374 | 305 | 14 | 0 | 26 | 1 | 134 | 132 | 130 |
| Binary | 11011111 | 11111100 | 11000101 | 1100 | 0 | 10110 | 1 | 1011100 | 1011010 | 1011000 |
Color Harmonies of #DFFCC5
Complementary color
Monochromatic Colors of #DFFCC5
Black with #DFFCC5
Text Example
Text Example
White with #DFFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCC5; }
p { color: rgb(223,252,197); }
H1.HeaderClassName
{
color: #DFFCC5;
}
.AnyTagClassName
{
color: #DFFCC5;
}
</style>
background-color css
<style>
a { background-color: #DFFCC5; }
a { background-color: rgb(223,252,197); }
div.DivClassName
{
background-color: #DFFCC5;
}
.BgClassName
{
background-color: #DFFCC5;
}
</style>
border-color css
<style>
span { border-color: #DFFCC5; }
span { border-color: rgb(223,252,197); }
td.TdClassName
{
border-color: #DFFCC5;
}
.TagClassName
{
border-color: #DFFCC5;
}
</style>