Shades of Tea Green #D5F2B8
Tints of Tea Green #D5F2B8
RGB
CMYK
RGB Variations
Color information
#D5F2B8 (or 0xD5F2B8) is known color: Tea Green. HEX triplet: D5, F2 and B8. RGB value is (213,242,184). Sum of RGB (Red+Green+Blue) = 213+242+184=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2B8 is #2A0D47. Grayscale: #E2E2E2. Windows color (decimal): -2755912 or 12120789. OLE color: 12120789.
HSL color Cylindrical-coordinate representation of color #D5F2B8: hue angle of 90º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5F2B8 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 184 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.05 |
| HSL | 90º | 0.69% | 0.84% | - |
| HSV(B) | 90º | 0.24% | 0.95% | - |
| XYZ | 67.84 | 81.11 | 57.43 | - |
| YUV | 226.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 184 | 0.12 | 0 | 0.24 | 0.05 | 90 | 0.69 | 0.84 |
| Hex | D5 | F2 | B8 | C | 0 | 18 | 5 | 5A | 45 | 54 |
| Octal | 325 | 362 | 270 | 14 | 0 | 30 | 5 | 132 | 105 | 124 |
| Binary | 11010101 | 11110010 | 10111000 | 1100 | 0 | 11000 | 101 | 1011010 | 1000101 | 1010100 |
Color Harmonies of #D5F2B8
Complementary color
Monochromatic Colors of #D5F2B8
Black with #D5F2B8
Text Example
Text Example
White with #D5F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2B8; }
p { color: rgb(213,242,184); }
H1.HeaderClassName
{
color: #D5F2B8;
}
.AnyTagClassName
{
color: #D5F2B8;
}
</style>
background-color css
<style>
a { background-color: #D5F2B8; }
a { background-color: rgb(213,242,184); }
div.DivClassName
{
background-color: #D5F2B8;
}
.BgClassName
{
background-color: #D5F2B8;
}
</style>
border-color css
<style>
span { border-color: #D5F2B8; }
span { border-color: rgb(213,242,184); }
td.TdClassName
{
border-color: #D5F2B8;
}
.TagClassName
{
border-color: #D5F2B8;
}
</style>