Shades of Tea Green #D5F2BC
Tints of Tea Green #D5F2BC
RGB
CMYK
RGB Variations
Color information
#D5F2BC (or 0xD5F2BC) is known color: Tea Green. HEX triplet: D5, F2 and BC. RGB value is (213,242,188). Sum of RGB (Red+Green+Blue) = 213+242+188=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2BC is #2A0D43. Grayscale: #E3E3E3. Windows color (decimal): -2755908 or 12382933. OLE color: 12382933.
HSL color Cylindrical-coordinate representation of color #D5F2BC: hue angle of 92.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5F2BC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 188 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.05 |
| HSL | 92.22º | 0.68% | 0.84% | - |
| HSV(B) | 92.22º | 0.22% | 0.95% | - |
| XYZ | 68.27 | 81.28 | 59.67 | - |
| YUV | 227.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 188 | 0.12 | 0 | 0.22 | 0.05 | 92.22 | 0.68 | 0.84 |
| Hex | D5 | F2 | BC | C | 0 | 16 | 5 | 5C | 44 | 54 |
| Octal | 325 | 362 | 274 | 14 | 0 | 26 | 5 | 134 | 104 | 124 |
| Binary | 11010101 | 11110010 | 10111100 | 1100 | 0 | 10110 | 101 | 1011100 | 1000100 | 1010100 |
Color Harmonies of #D5F2BC
Complementary color
Monochromatic Colors of #D5F2BC
Black with #D5F2BC
Text Example
Text Example
White with #D5F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2BC; }
p { color: rgb(213,242,188); }
H1.HeaderClassName
{
color: #D5F2BC;
}
.AnyTagClassName
{
color: #D5F2BC;
}
</style>
background-color css
<style>
a { background-color: #D5F2BC; }
a { background-color: rgb(213,242,188); }
div.DivClassName
{
background-color: #D5F2BC;
}
.BgClassName
{
background-color: #D5F2BC;
}
</style>
border-color css
<style>
span { border-color: #D5F2BC; }
span { border-color: rgb(213,242,188); }
td.TdClassName
{
border-color: #D5F2BC;
}
.TagClassName
{
border-color: #D5F2BC;
}
</style>