Shades of Tea Green #DEFFBF
Tints of Tea Green #DEFFBF
RGB
CMYK
RGB Variations
Color information
#DEFFBF (or 0xDEFFBF) is known color: Tea Green. HEX triplet: DE, FF and BF. RGB value is (222,255,191). Sum of RGB (Red+Green+Blue) = 222+255+191=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBF is #210040. Grayscale: #EEEEEE. Windows color (decimal): -2162753 or 12582878. OLE color: 12582878.
HSL color Cylindrical-coordinate representation of color #DEFFBF: hue angle of 90.94º 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 #DEFFBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 191 | - |
| CMYK | 0.13 | 0 | 0.25 | 0 |
| HSL | 90.94º | 1% | 0.87% | - |
| HSV(B) | 90.94º | 0.25% | 1% | - |
| XYZ | 75.29 | 90.81 | 62.85 | - |
| YUV | 237.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 191 | 0.13 | 0 | 0.25 | 0 | 90.94 | 1 | 0.87 |
| Hex | DE | FF | BF | D | 0 | 19 | 0 | 5B | 64 | 57 |
| Octal | 336 | 377 | 277 | 15 | 0 | 31 | 0 | 133 | 144 | 127 |
| Binary | 11011110 | 11111111 | 10111111 | 1101 | 0 | 11001 | 0 | 1011011 | 1100100 | 1010111 |
Color Harmonies of #DEFFBF
Complementary color
Monochromatic Colors of #DEFFBF
Black with #DEFFBF
Text Example
Text Example
White with #DEFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFBF; }
p { color: rgb(222,255,191); }
H1.HeaderClassName
{
color: #DEFFBF;
}
.AnyTagClassName
{
color: #DEFFBF;
}
</style>
background-color css
<style>
a { background-color: #DEFFBF; }
a { background-color: rgb(222,255,191); }
div.DivClassName
{
background-color: #DEFFBF;
}
.BgClassName
{
background-color: #DEFFBF;
}
</style>
border-color css
<style>
span { border-color: #DEFFBF; }
span { border-color: rgb(222,255,191); }
td.TdClassName
{
border-color: #DEFFBF;
}
.TagClassName
{
border-color: #DEFFBF;
}
</style>