Shades of Tea Green #D5F1B4
Tints of Tea Green #D5F1B4
RGB
CMYK
RGB Variations
Color information
#D5F1B4 (or 0xD5F1B4) is known color: Tea Green. HEX triplet: D5, F1 and B4. RGB value is (213,241,180). Sum of RGB (Red+Green+Blue) = 213+241+180=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1B4 is #2A0E4B. Grayscale: #E1E1E1. Windows color (decimal): -2756172 or 11858389. OLE color: 11858389.
HSL color Cylindrical-coordinate representation of color #D5F1B4: hue angle of 87.54º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5F1B4 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 180 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.05 |
| HSL | 87.54º | 0.69% | 0.83% | - |
| HSV(B) | 87.54º | 0.25% | 0.95% | - |
| XYZ | 67.13 | 80.35 | 55.15 | - |
| YUV | 225.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 180 | 0.12 | 0 | 0.25 | 0.05 | 87.54 | 0.69 | 0.83 |
| Hex | D5 | F1 | B4 | C | 0 | 19 | 5 | 58 | 45 | 53 |
| Octal | 325 | 361 | 264 | 14 | 0 | 31 | 5 | 130 | 105 | 123 |
| Binary | 11010101 | 11110001 | 10110100 | 1100 | 0 | 11001 | 101 | 1011000 | 1000101 | 1010011 |
Color Harmonies of #D5F1B4
Complementary color
Monochromatic Colors of #D5F1B4
Black with #D5F1B4
Text Example
Text Example
White with #D5F1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F1B4; }
p { color: rgb(213,241,180); }
H1.HeaderClassName
{
color: #D5F1B4;
}
.AnyTagClassName
{
color: #D5F1B4;
}
</style>
background-color css
<style>
a { background-color: #D5F1B4; }
a { background-color: rgb(213,241,180); }
div.DivClassName
{
background-color: #D5F1B4;
}
.BgClassName
{
background-color: #D5F1B4;
}
</style>
border-color css
<style>
span { border-color: #D5F1B4; }
span { border-color: rgb(213,241,180); }
td.TdClassName
{
border-color: #D5F1B4;
}
.TagClassName
{
border-color: #D5F1B4;
}
</style>