Shades of Tea Green #DEFFBD
Tints of Tea Green #DEFFBD
RGB
CMYK
RGB Variations
Color information
#DEFFBD (or 0xDEFFBD) is known color: Tea Green. HEX triplet: DE, FF and BD. RGB value is (222,255,189). Sum of RGB (Red+Green+Blue) = 222+255+189=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBD is #210042. Grayscale: #EDEDED. Windows color (decimal): -2162755 or 12451806. OLE color: 12451806.
HSL color Cylindrical-coordinate representation of color #DEFFBD: hue angle of 90º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEFFBD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 189 | - |
| CMYK | 0.13 | 0 | 0.26 | 0 |
| HSL | 90º | 1% | 0.87% | - |
| HSV(B) | 90º | 0.26% | 1% | - |
| XYZ | 75.07 | 90.72 | 61.7 | - |
| YUV | 237.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 189 | 0.13 | 0 | 0.26 | 0 | 90 | 1 | 0.87 |
| Hex | DE | FF | BD | D | 0 | 1A | 0 | 5A | 64 | 57 |
| Octal | 336 | 377 | 275 | 15 | 0 | 32 | 0 | 132 | 144 | 127 |
| Binary | 11011110 | 11111111 | 10111101 | 1101 | 0 | 11010 | 0 | 1011010 | 1100100 | 1010111 |
Color Harmonies of #DEFFBD
Complementary color
Monochromatic Colors of #DEFFBD
Black with #DEFFBD
Text Example
Text Example
White with #DEFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFBD; }
p { color: rgb(222,255,189); }
H1.HeaderClassName
{
color: #DEFFBD;
}
.AnyTagClassName
{
color: #DEFFBD;
}
</style>
background-color css
<style>
a { background-color: #DEFFBD; }
a { background-color: rgb(222,255,189); }
div.DivClassName
{
background-color: #DEFFBD;
}
.BgClassName
{
background-color: #DEFFBD;
}
</style>
border-color css
<style>
span { border-color: #DEFFBD; }
span { border-color: rgb(222,255,189); }
td.TdClassName
{
border-color: #DEFFBD;
}
.TagClassName
{
border-color: #DEFFBD;
}
</style>