Shades of Tea Green #DEFDBD
Tints of Tea Green #DEFDBD
RGB
CMYK
RGB Variations
Color information
#DEFDBD (or 0xDEFDBD) is known color: Tea Green. HEX triplet: DE, FD and BD. RGB value is (222,253,189). Sum of RGB (Red+Green+Blue) = 222+253+189=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDBD is #210242. Grayscale: #ECECEC. Windows color (decimal): -2163267 or 12451294. OLE color: 12451294.
HSL color Cylindrical-coordinate representation of color #DEFDBD: hue angle of 89.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEFDBD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 189 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.01 |
| HSL | 89.06º | 0.94% | 0.87% | - |
| HSV(B) | 89.06º | 0.25% | 0.99% | - |
| XYZ | 74.43 | 89.45 | 61.49 | - |
| YUV | 236.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 189 | 0.12 | 0 | 0.25 | 0.01 | 89.06 | 0.94 | 0.87 |
| Hex | DE | FD | BD | C | 0 | 19 | 1 | 59 | 5E | 57 |
| Octal | 336 | 375 | 275 | 14 | 0 | 31 | 1 | 131 | 136 | 127 |
| Binary | 11011110 | 11111101 | 10111101 | 1100 | 0 | 11001 | 1 | 1011001 | 1011110 | 1010111 |
Color Harmonies of #DEFDBD
Complementary color
Monochromatic Colors of #DEFDBD
Black with #DEFDBD
Text Example
Text Example
White with #DEFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDBD; }
p { color: rgb(222,253,189); }
H1.HeaderClassName
{
color: #DEFDBD;
}
.AnyTagClassName
{
color: #DEFDBD;
}
</style>
background-color css
<style>
a { background-color: #DEFDBD; }
a { background-color: rgb(222,253,189); }
div.DivClassName
{
background-color: #DEFDBD;
}
.BgClassName
{
background-color: #DEFDBD;
}
</style>
border-color css
<style>
span { border-color: #DEFDBD; }
span { border-color: rgb(222,253,189); }
td.TdClassName
{
border-color: #DEFDBD;
}
.TagClassName
{
border-color: #DEFDBD;
}
</style>