Shades of Tea Green #D7F5BC
Tints of Tea Green #D7F5BC
RGB
CMYK
RGB Variations
Color information
#D7F5BC (or 0xD7F5BC) is known color: Tea Green. HEX triplet: D7, F5 and BC. RGB value is (215,245,188). Sum of RGB (Red+Green+Blue) = 215+245+188=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F5BC is #280A43. Grayscale: #E5E5E5. Windows color (decimal): -2624068 or 12383703. OLE color: 12383703.
HSL color Cylindrical-coordinate representation of color #D7F5BC: hue angle of 91.58º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7F5BC is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 188 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.04 |
| HSL | 91.58º | 0.74% | 0.85% | - |
| HSV(B) | 91.58º | 0.23% | 0.96% | - |
| XYZ | 69.75 | 83.38 | 60 | - |
| YUV | 229.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 188 | 0.12 | 0 | 0.23 | 0.04 | 91.58 | 0.74 | 0.85 |
| Hex | D7 | F5 | BC | C | 0 | 17 | 4 | 5C | 4A | 55 |
| Octal | 327 | 365 | 274 | 14 | 0 | 27 | 4 | 134 | 112 | 125 |
| Binary | 11010111 | 11110101 | 10111100 | 1100 | 0 | 10111 | 100 | 1011100 | 1001010 | 1010101 |
Color Harmonies of #D7F5BC
Complementary color
Monochromatic Colors of #D7F5BC
Black with #D7F5BC
Text Example
Text Example
White with #D7F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F5BC; }
p { color: rgb(215,245,188); }
H1.HeaderClassName
{
color: #D7F5BC;
}
.AnyTagClassName
{
color: #D7F5BC;
}
</style>
background-color css
<style>
a { background-color: #D7F5BC; }
a { background-color: rgb(215,245,188); }
div.DivClassName
{
background-color: #D7F5BC;
}
.BgClassName
{
background-color: #D7F5BC;
}
</style>
border-color css
<style>
span { border-color: #D7F5BC; }
span { border-color: rgb(215,245,188); }
td.TdClassName
{
border-color: #D7F5BC;
}
.TagClassName
{
border-color: #D7F5BC;
}
</style>