Shades of Tea Green #D5F6C3
Tints of Tea Green #D5F6C3
RGB
CMYK
RGB Variations
Color information
#D5F6C3 (or 0xD5F6C3) is known color: Tea Green. HEX triplet: D5, F6 and C3. RGB value is (213,246,195). Sum of RGB (Red+Green+Blue) = 213+246+195=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F6C3 is #2A093C. Grayscale: #E6E6E6. Windows color (decimal): -2754877 or 12842709. OLE color: 12842709.
HSL color Cylindrical-coordinate representation of color #D5F6C3: hue angle of 98.82º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5F6C3 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 195 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.04 |
| HSL | 98.82º | 0.74% | 0.86% | - |
| HSV(B) | 98.82º | 0.21% | 0.96% | - |
| XYZ | 70.25 | 84 | 64.14 | - |
| YUV | 230.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 195 | 0.13 | 0 | 0.21 | 0.04 | 98.82 | 0.74 | 0.86 |
| Hex | D5 | F6 | C3 | D | 0 | 15 | 4 | 63 | 4A | 56 |
| Octal | 325 | 366 | 303 | 15 | 0 | 25 | 4 | 143 | 112 | 126 |
| Binary | 11010101 | 11110110 | 11000011 | 1101 | 0 | 10101 | 100 | 1100011 | 1001010 | 1010110 |
Color Harmonies of #D5F6C3
Complementary color
Monochromatic Colors of #D5F6C3
Black with #D5F6C3
Text Example
Text Example
White with #D5F6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F6C3; }
p { color: rgb(213,246,195); }
H1.HeaderClassName
{
color: #D5F6C3;
}
.AnyTagClassName
{
color: #D5F6C3;
}
</style>
background-color css
<style>
a { background-color: #D5F6C3; }
a { background-color: rgb(213,246,195); }
div.DivClassName
{
background-color: #D5F6C3;
}
.BgClassName
{
background-color: #D5F6C3;
}
</style>
border-color css
<style>
span { border-color: #D5F6C3; }
span { border-color: rgb(213,246,195); }
td.TdClassName
{
border-color: #D5F6C3;
}
.TagClassName
{
border-color: #D5F6C3;
}
</style>