Shades of Tea Green #DDFFBF
Tints of Tea Green #DDFFBF
RGB
CMYK
RGB Variations
Color information
#DDFFBF (or 0xDDFFBF) is known color: Tea Green. HEX triplet: DD, FF and BF. RGB value is (221,255,191). Sum of RGB (Red+Green+Blue) = 221+255+191=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFBF is #220040. Grayscale: #EDEDED. Windows color (decimal): -2228289 or 12582877. OLE color: 12582877.
HSL color Cylindrical-coordinate representation of color #DDFFBF: hue angle of 91.88º 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 #DDFFBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 191 | - |
| CMYK | 0.13 | 0 | 0.25 | 0 |
| HSL | 91.88º | 1% | 0.87% | - |
| HSV(B) | 91.88º | 0.25% | 1% | - |
| XYZ | 74.98 | 90.65 | 62.84 | - |
| YUV | 237.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 191 | 0.13 | 0 | 0.25 | 0 | 91.88 | 1 | 0.87 |
| Hex | DD | FF | BF | D | 0 | 19 | 0 | 5C | 64 | 57 |
| Octal | 335 | 377 | 277 | 15 | 0 | 31 | 0 | 134 | 144 | 127 |
| Binary | 11011101 | 11111111 | 10111111 | 1101 | 0 | 11001 | 0 | 1011100 | 1100100 | 1010111 |
Color Harmonies of #DDFFBF
Complementary color
Monochromatic Colors of #DDFFBF
Black with #DDFFBF
Text Example
Text Example
White with #DDFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFBF; }
p { color: rgb(221,255,191); }
H1.HeaderClassName
{
color: #DDFFBF;
}
.AnyTagClassName
{
color: #DDFFBF;
}
</style>
background-color css
<style>
a { background-color: #DDFFBF; }
a { background-color: rgb(221,255,191); }
div.DivClassName
{
background-color: #DDFFBF;
}
.BgClassName
{
background-color: #DDFFBF;
}
</style>
border-color css
<style>
span { border-color: #DDFFBF; }
span { border-color: rgb(221,255,191); }
td.TdClassName
{
border-color: #DDFFBF;
}
.TagClassName
{
border-color: #DDFFBF;
}
</style>