Shades of Tea Green #D7F2C5
Tints of Tea Green #D7F2C5
RGB
CMYK
RGB Variations
Color information
#D7F2C5 (or 0xD7F2C5) is known color: Tea Green. HEX triplet: D7, F2 and C5. RGB value is (215,242,197). Sum of RGB (Red+Green+Blue) = 215+242+197=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2C5 is #280D3A. Grayscale: #E4E4E4. Windows color (decimal): -2624827 or 12972759. OLE color: 12972759.
HSL color Cylindrical-coordinate representation of color #D7F2C5: hue angle of 96º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7F2C5 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 197 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.05 |
| HSL | 96º | 0.63% | 0.86% | - |
| HSV(B) | 96º | 0.19% | 0.95% | - |
| XYZ | 69.85 | 81.98 | 64.97 | - |
| YUV | 228.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 197 | 0.11 | 0 | 0.19 | 0.05 | 96 | 0.63 | 0.86 |
| Hex | D7 | F2 | C5 | B | 0 | 13 | 5 | 60 | 3F | 56 |
| Octal | 327 | 362 | 305 | 13 | 0 | 23 | 5 | 140 | 77 | 126 |
| Binary | 11010111 | 11110010 | 11000101 | 1011 | 0 | 10011 | 101 | 1100000 | 111111 | 1010110 |
Color Harmonies of #D7F2C5
Complementary color
Monochromatic Colors of #D7F2C5
Black with #D7F2C5
Text Example
Text Example
White with #D7F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2C5; }
p { color: rgb(215,242,197); }
H1.HeaderClassName
{
color: #D7F2C5;
}
.AnyTagClassName
{
color: #D7F2C5;
}
</style>
background-color css
<style>
a { background-color: #D7F2C5; }
a { background-color: rgb(215,242,197); }
div.DivClassName
{
background-color: #D7F2C5;
}
.BgClassName
{
background-color: #D7F2C5;
}
</style>
border-color css
<style>
span { border-color: #D7F2C5; }
span { border-color: rgb(215,242,197); }
td.TdClassName
{
border-color: #D7F2C5;
}
.TagClassName
{
border-color: #D7F2C5;
}
</style>