Shades of Tea Green #DBFDBD
Tints of Tea Green #DBFDBD
RGB
CMYK
RGB Variations
Color information
#DBFDBD (or 0xDBFDBD) is known color: Tea Green. HEX triplet: DB, FD and BD. RGB value is (219,253,189). Sum of RGB (Red+Green+Blue) = 219+253+189=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDBD is #240242. Grayscale: #EBEBEB. Windows color (decimal): -2359875 or 12451291. OLE color: 12451291.
HSL color Cylindrical-coordinate representation of color #DBFDBD: hue angle of 91.88º 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 #DBFDBD is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 189 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.01 |
| HSL | 91.88º | 0.94% | 0.87% | - |
| HSV(B) | 91.88º | 0.25% | 0.99% | - |
| XYZ | 73.52 | 88.98 | 61.44 | - |
| YUV | 235.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 189 | 0.13 | 0 | 0.25 | 0.01 | 91.88 | 0.94 | 0.87 |
| Hex | DB | FD | BD | D | 0 | 19 | 1 | 5C | 5E | 57 |
| Octal | 333 | 375 | 275 | 15 | 0 | 31 | 1 | 134 | 136 | 127 |
| Binary | 11011011 | 11111101 | 10111101 | 1101 | 0 | 11001 | 1 | 1011100 | 1011110 | 1010111 |
Color Harmonies of #DBFDBD
Complementary color
Monochromatic Colors of #DBFDBD
Black with #DBFDBD
Text Example
Text Example
White with #DBFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDBD; }
p { color: rgb(219,253,189); }
H1.HeaderClassName
{
color: #DBFDBD;
}
.AnyTagClassName
{
color: #DBFDBD;
}
</style>
background-color css
<style>
a { background-color: #DBFDBD; }
a { background-color: rgb(219,253,189); }
div.DivClassName
{
background-color: #DBFDBD;
}
.BgClassName
{
background-color: #DBFDBD;
}
</style>
border-color css
<style>
span { border-color: #DBFDBD; }
span { border-color: rgb(219,253,189); }
td.TdClassName
{
border-color: #DBFDBD;
}
.TagClassName
{
border-color: #DBFDBD;
}
</style>