Shades of Tea Green #DFFDC5
Tints of Tea Green #DFFDC5
RGB
CMYK
RGB Variations
Color information
#DFFDC5 (or 0xDFFDC5) is known color: Tea Green. HEX triplet: DF, FD and C5. RGB value is (223,253,197). Sum of RGB (Red+Green+Blue) = 223+253+197=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDC5 is #20023A. Grayscale: #EDEDED. Windows color (decimal): -2097723 or 12975583. OLE color: 12975583.
HSL color Cylindrical-coordinate representation of color #DFFDC5: hue angle of 92.14º degrees, saturation: 0.93, 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 #DFFDC5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 197 | - |
CMYK | 0.12 | 0 | 0.22 | 0.01 |
HSL | 92.14º | 0.93% | 0.88% | - |
HSV(B) | 92.14º | 0.22% | 0.99% | - |
XYZ | 75.63 | 89.97 | 66.2 | - |
YUV | 237.65 | 105.06 | 117.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 197 | 0.12 | 0 | 0.22 | 0.01 | 92.14 | 0.93 | 0.88 |
Hex | DF | FD | C5 | C | 0 | 16 | 1 | 5C | 5D | 58 |
Octal | 337 | 375 | 305 | 14 | 0 | 26 | 1 | 134 | 135 | 130 |
Binary | 11011111 | 11111101 | 11000101 | 1100 | 0 | 10110 | 1 | 1011100 | 1011101 | 1011000 |
Color Harmonies of #DFFDC5
Complementary color
Monochromatic Colors of #DFFDC5
Black with #DFFDC5
Text Example
Text Example
White with #DFFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDC5; }
p { color: rgb(223,253,197); }
H1.HeaderClassName
{
color: #DFFDC5;
}
.AnyTagClassName
{
color: #DFFDC5;
}
</style>
background-color css
<style>
a { background-color: #DFFDC5; }
a { background-color: rgb(223,253,197); }
div.DivClassName
{
background-color: #DFFDC5;
}
.BgClassName
{
background-color: #DFFDC5;
}
</style>
border-color css
<style>
span { border-color: #DFFDC5; }
span { border-color: rgb(223,253,197); }
td.TdClassName
{
border-color: #DFFDC5;
}
.TagClassName
{
border-color: #DFFDC5;
}
</style>