Shades of Tea Green #DCFFBE
Tints of Tea Green #DCFFBE
RGB
CMYK
RGB Variations
Color information
#DCFFBE (or 0xDCFFBE) is known color: Tea Green. HEX triplet: DC, FF and BE. RGB value is (220,255,190). Sum of RGB (Red+Green+Blue) = 220+255+190=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFBE is #230041. Grayscale: #EDEDED. Windows color (decimal): -2293826 or 12517340. OLE color: 12517340.
HSL color Cylindrical-coordinate representation of color #DCFFBE: hue angle of 92.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFFBE is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 190 | - |
| CMYK | 0.14 | 0 | 0.25 | 0 |
| HSL | 92.31º | 1% | 0.87% | - |
| HSV(B) | 92.31º | 0.25% | 1% | - |
| XYZ | 74.57 | 90.45 | 62.24 | - |
| YUV | 237.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 190 | 0.14 | 0 | 0.25 | 0 | 92.31 | 1 | 0.87 |
| Hex | DC | FF | BE | E | 0 | 19 | 0 | 5C | 64 | 57 |
| Octal | 334 | 377 | 276 | 16 | 0 | 31 | 0 | 134 | 144 | 127 |
| Binary | 11011100 | 11111111 | 10111110 | 1110 | 0 | 11001 | 0 | 1011100 | 1100100 | 1010111 |
Color Harmonies of #DCFFBE
Complementary color
Monochromatic Colors of #DCFFBE
Black with #DCFFBE
Text Example
Text Example
White with #DCFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFBE; }
p { color: rgb(220,255,190); }
H1.HeaderClassName
{
color: #DCFFBE;
}
.AnyTagClassName
{
color: #DCFFBE;
}
</style>
background-color css
<style>
a { background-color: #DCFFBE; }
a { background-color: rgb(220,255,190); }
div.DivClassName
{
background-color: #DCFFBE;
}
.BgClassName
{
background-color: #DCFFBE;
}
</style>
border-color css
<style>
span { border-color: #DCFFBE; }
span { border-color: rgb(220,255,190); }
td.TdClassName
{
border-color: #DCFFBE;
}
.TagClassName
{
border-color: #DCFFBE;
}
</style>