Shades of Tea Green #DCFFB7
Tints of Tea Green #DCFFB7
RGB
CMYK
RGB Variations
Color information
#DCFFB7 (or 0xDCFFB7) is known color: Tea Green. HEX triplet: DC, FF and B7. RGB value is (220,255,183). Sum of RGB (Red+Green+Blue) = 220+255+183=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 183 (71.88% from 255 or 27.81% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB7 is #230048. Grayscale: #ECECEC. Windows color (decimal): -2293833 or 12058588. OLE color: 12058588.
HSL color Cylindrical-coordinate representation of color #DCFFB7: hue angle of 89.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFFB7 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 183 | - |
| CMYK | 0.14 | 0 | 0.28 | 0 |
| HSL | 89.17º | 1% | 0.86% | - |
| HSV(B) | 89.17º | 0.28% | 1% | - |
| XYZ | 73.82 | 90.15 | 58.31 | - |
| YUV | 236.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 183 | 0.14 | 0 | 0.28 | 0 | 89.17 | 1 | 0.86 |
| Hex | DC | FF | B7 | E | 0 | 1C | 0 | 59 | 64 | 56 |
| Octal | 334 | 377 | 267 | 16 | 0 | 34 | 0 | 131 | 144 | 126 |
| Binary | 11011100 | 11111111 | 10110111 | 1110 | 0 | 11100 | 0 | 1011001 | 1100100 | 1010110 |
Color Harmonies of #DCFFB7
Complementary color
Monochromatic Colors of #DCFFB7
Black with #DCFFB7
Text Example
Text Example
White with #DCFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFB7; }
p { color: rgb(220,255,183); }
H1.HeaderClassName
{
color: #DCFFB7;
}
.AnyTagClassName
{
color: #DCFFB7;
}
</style>
background-color css
<style>
a { background-color: #DCFFB7; }
a { background-color: rgb(220,255,183); }
div.DivClassName
{
background-color: #DCFFB7;
}
.BgClassName
{
background-color: #DCFFB7;
}
</style>
border-color css
<style>
span { border-color: #DCFFB7; }
span { border-color: rgb(220,255,183); }
td.TdClassName
{
border-color: #DCFFB7;
}
.TagClassName
{
border-color: #DCFFB7;
}
</style>