Shades of Tea Green #D5F1C3
Tints of Tea Green #D5F1C3
RGB
CMYK
RGB Variations
Color information
#D5F1C3 (or 0xD5F1C3) is known color: Tea Green. HEX triplet: D5, F1 and C3. RGB value is (213,241,195). Sum of RGB (Red+Green+Blue) = 213+241+195=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1C3 is #2A0E3C. Grayscale: #E3E3E3. Windows color (decimal): -2756157 or 12841429. OLE color: 12841429.
HSL color Cylindrical-coordinate representation of color #D5F1C3: hue angle of 96.52º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5F1C3 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 195 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.05 |
| HSL | 96.52º | 0.62% | 0.85% | - |
| HSV(B) | 96.52º | 0.19% | 0.95% | - |
| XYZ | 68.75 | 81 | 63.64 | - |
| YUV | 227.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 195 | 0.12 | 0 | 0.19 | 0.05 | 96.52 | 0.62 | 0.85 |
| Hex | D5 | F1 | C3 | C | 0 | 13 | 5 | 61 | 3E | 55 |
| Octal | 325 | 361 | 303 | 14 | 0 | 23 | 5 | 141 | 76 | 125 |
| Binary | 11010101 | 11110001 | 11000011 | 1100 | 0 | 10011 | 101 | 1100001 | 111110 | 1010101 |
Color Harmonies of #D5F1C3
Complementary color
Monochromatic Colors of #D5F1C3
Black with #D5F1C3
Text Example
Text Example
White with #D5F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F1C3; }
p { color: rgb(213,241,195); }
H1.HeaderClassName
{
color: #D5F1C3;
}
.AnyTagClassName
{
color: #D5F1C3;
}
</style>
background-color css
<style>
a { background-color: #D5F1C3; }
a { background-color: rgb(213,241,195); }
div.DivClassName
{
background-color: #D5F1C3;
}
.BgClassName
{
background-color: #D5F1C3;
}
</style>
border-color css
<style>
span { border-color: #D5F1C3; }
span { border-color: rgb(213,241,195); }
td.TdClassName
{
border-color: #D5F1C3;
}
.TagClassName
{
border-color: #D5F1C3;
}
</style>