Shades of Tea Green #DEFFBE
Tints of Tea Green #DEFFBE
RGB
CMYK
RGB Variations
Color information
#DEFFBE (or 0xDEFFBE) is known color: Tea Green. HEX triplet: DE, FF and BE. RGB value is (222,255,190). Sum of RGB (Red+Green+Blue) = 222+255+190=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBE is #210041. Grayscale: #EDEDED. Windows color (decimal): -2162754 or 12517342. OLE color: 12517342.
HSL color Cylindrical-coordinate representation of color #DEFFBE: hue angle of 90.46º 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 #DEFFBE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 190 | - |
| CMYK | 0.13 | 0 | 0.25 | 0 |
| HSL | 90.46º | 1% | 0.87% | - |
| HSV(B) | 90.46º | 0.25% | 1% | - |
| XYZ | 75.18 | 90.77 | 62.27 | - |
| YUV | 237.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 190 | 0.13 | 0 | 0.25 | 0 | 90.46 | 1 | 0.87 |
| Hex | DE | FF | BE | D | 0 | 19 | 0 | 5A | 64 | 57 |
| Octal | 336 | 377 | 276 | 15 | 0 | 31 | 0 | 132 | 144 | 127 |
| Binary | 11011110 | 11111111 | 10111110 | 1101 | 0 | 11001 | 0 | 1011010 | 1100100 | 1010111 |
Color Harmonies of #DEFFBE
Complementary color
Monochromatic Colors of #DEFFBE
Black with #DEFFBE
Text Example
Text Example
White with #DEFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFBE; }
p { color: rgb(222,255,190); }
H1.HeaderClassName
{
color: #DEFFBE;
}
.AnyTagClassName
{
color: #DEFFBE;
}
</style>
background-color css
<style>
a { background-color: #DEFFBE; }
a { background-color: rgb(222,255,190); }
div.DivClassName
{
background-color: #DEFFBE;
}
.BgClassName
{
background-color: #DEFFBE;
}
</style>
border-color css
<style>
span { border-color: #DEFFBE; }
span { border-color: rgb(222,255,190); }
td.TdClassName
{
border-color: #DEFFBE;
}
.TagClassName
{
border-color: #DEFFBE;
}
</style>