Shades of Tea Green #D5FCC5
Tints of Tea Green #D5FCC5
RGB
CMYK
RGB Variations
Color information
#D5FCC5 (or 0xD5FCC5) is known color: Tea Green. HEX triplet: D5, FC and C5. RGB value is (213,252,197). Sum of RGB (Red+Green+Blue) = 213+252+197=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCC5 is #2A033A. Grayscale: #EAEAEA. Windows color (decimal): -2753339 or 12975317. OLE color: 12975317.
HSL color Cylindrical-coordinate representation of color #D5FCC5: hue angle of 102.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5FCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 197 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.01 |
| HSL | 102.55º | 0.9% | 0.88% | - |
| HSV(B) | 102.55º | 0.22% | 0.99% | - |
| XYZ | 72.33 | 87.8 | 65.96 | - |
| YUV | 234.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 197 | 0.15 | 0 | 0.22 | 0.01 | 102.55 | 0.9 | 0.88 |
| Hex | D5 | FC | C5 | F | 0 | 16 | 1 | 67 | 5A | 58 |
| Octal | 325 | 374 | 305 | 17 | 0 | 26 | 1 | 147 | 132 | 130 |
| Binary | 11010101 | 11111100 | 11000101 | 1111 | 0 | 10110 | 1 | 1100111 | 1011010 | 1011000 |
Color Harmonies of #D5FCC5
Complementary color
Monochromatic Colors of #D5FCC5
Black with #D5FCC5
Text Example
Text Example
White with #D5FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCC5; }
p { color: rgb(213,252,197); }
H1.HeaderClassName
{
color: #D5FCC5;
}
.AnyTagClassName
{
color: #D5FCC5;
}
</style>
background-color css
<style>
a { background-color: #D5FCC5; }
a { background-color: rgb(213,252,197); }
div.DivClassName
{
background-color: #D5FCC5;
}
.BgClassName
{
background-color: #D5FCC5;
}
</style>
border-color css
<style>
span { border-color: #D5FCC5; }
span { border-color: rgb(213,252,197); }
td.TdClassName
{
border-color: #D5FCC5;
}
.TagClassName
{
border-color: #D5FCC5;
}
</style>