Shades of Tea Green #DDFFB7
Tints of Tea Green #DDFFB7
RGB
CMYK
RGB Variations
Color information
#DDFFB7 (or 0xDDFFB7) is known color: Tea Green. HEX triplet: DD, FF and B7. RGB value is (221,255,183). Sum of RGB (Red+Green+Blue) = 221+255+183=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 183 (71.88% from 255 or 27.77% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFB7 is #220048. Grayscale: #ECECEC. Windows color (decimal): -2228297 or 12058589. OLE color: 12058589.
HSL color Cylindrical-coordinate representation of color #DDFFB7: hue angle of 88.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFFB7 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 183 | - |
| CMYK | 0.13 | 0 | 0.28 | 0 |
| HSL | 88.33º | 1% | 0.86% | - |
| HSV(B) | 88.33º | 0.28% | 1% | - |
| XYZ | 74.13 | 90.31 | 58.32 | - |
| YUV | 236.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 183 | 0.13 | 0 | 0.28 | 0 | 88.33 | 1 | 0.86 |
| Hex | DD | FF | B7 | D | 0 | 1C | 0 | 58 | 64 | 56 |
| Octal | 335 | 377 | 267 | 15 | 0 | 34 | 0 | 130 | 144 | 126 |
| Binary | 11011101 | 11111111 | 10110111 | 1101 | 0 | 11100 | 0 | 1011000 | 1100100 | 1010110 |
Color Harmonies of #DDFFB7
Complementary color
Monochromatic Colors of #DDFFB7
Black with #DDFFB7
Text Example
Text Example
White with #DDFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFB7; }
p { color: rgb(221,255,183); }
H1.HeaderClassName
{
color: #DDFFB7;
}
.AnyTagClassName
{
color: #DDFFB7;
}
</style>
background-color css
<style>
a { background-color: #DDFFB7; }
a { background-color: rgb(221,255,183); }
div.DivClassName
{
background-color: #DDFFB7;
}
.BgClassName
{
background-color: #DDFFB7;
}
</style>
border-color css
<style>
span { border-color: #DDFFB7; }
span { border-color: rgb(221,255,183); }
td.TdClassName
{
border-color: #DDFFB7;
}
.TagClassName
{
border-color: #DDFFB7;
}
</style>