Shades of Tea Green #DEFEBD
Tints of Tea Green #DEFEBD
RGB
CMYK
RGB Variations
Color information
#DEFEBD (or 0xDEFEBD) is known color: Tea Green. HEX triplet: DE, FE and BD. RGB value is (222,254,189). Sum of RGB (Red+Green+Blue) = 222+254+189=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEBD is #210142. Grayscale: #EDEDED. Windows color (decimal): -2163011 or 12451550. OLE color: 12451550.
HSL color Cylindrical-coordinate representation of color #DEFEBD: hue angle of 89.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEFEBD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 189 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.00 |
| HSL | 89.54º | 0.97% | 0.87% | - |
| HSV(B) | 89.54º | 0.26% | 1% | - |
| XYZ | 74.75 | 90.09 | 61.59 | - |
| YUV | 237.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 189 | 0.13 | 0 | 0.26 | 0.00 | 89.54 | 0.97 | 0.87 |
| Hex | DE | FE | BD | D | 0 | 1A | 0 | 5A | 61 | 57 |
| Octal | 336 | 376 | 275 | 15 | 0 | 32 | 0 | 132 | 141 | 127 |
| Binary | 11011110 | 11111110 | 10111101 | 1101 | 0 | 11010 | 0 | 1011010 | 1100001 | 1010111 |
Color Harmonies of #DEFEBD
Complementary color
Monochromatic Colors of #DEFEBD
Black with #DEFEBD
Text Example
Text Example
White with #DEFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEBD; }
p { color: rgb(222,254,189); }
H1.HeaderClassName
{
color: #DEFEBD;
}
.AnyTagClassName
{
color: #DEFEBD;
}
</style>
background-color css
<style>
a { background-color: #DEFEBD; }
a { background-color: rgb(222,254,189); }
div.DivClassName
{
background-color: #DEFEBD;
}
.BgClassName
{
background-color: #DEFEBD;
}
</style>
border-color css
<style>
span { border-color: #DEFEBD; }
span { border-color: rgb(222,254,189); }
td.TdClassName
{
border-color: #DEFEBD;
}
.TagClassName
{
border-color: #DEFEBD;
}
</style>