Shades of Tea Green #D5F0BD
Tints of Tea Green #D5F0BD
RGB
CMYK
RGB Variations
Color information
#D5F0BD (or 0xD5F0BD) is known color: Tea Green. HEX triplet: D5, F0 and BD. RGB value is (213,240,189). Sum of RGB (Red+Green+Blue) = 213+240+189=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F0BD is #2A0F42. Grayscale: #E2E2E2. Windows color (decimal): -2756419 or 12447957. OLE color: 12447957.
HSL color Cylindrical-coordinate representation of color #D5F0BD: hue angle of 91.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5F0BD is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 189 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.06 |
| HSL | 91.76º | 0.63% | 0.84% | - |
| HSV(B) | 91.76º | 0.21% | 0.94% | - |
| XYZ | 67.79 | 80.14 | 60.04 | - |
| YUV | 226.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 189 | 0.11 | 0 | 0.21 | 0.06 | 91.76 | 0.63 | 0.84 |
| Hex | D5 | F0 | BD | B | 0 | 15 | 6 | 5C | 3F | 54 |
| Octal | 325 | 360 | 275 | 13 | 0 | 25 | 6 | 134 | 77 | 124 |
| Binary | 11010101 | 11110000 | 10111101 | 1011 | 0 | 10101 | 110 | 1011100 | 111111 | 1010100 |
Color Harmonies of #D5F0BD
Complementary color
Monochromatic Colors of #D5F0BD
Black with #D5F0BD
Text Example
Text Example
White with #D5F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0BD; }
p { color: rgb(213,240,189); }
H1.HeaderClassName
{
color: #D5F0BD;
}
.AnyTagClassName
{
color: #D5F0BD;
}
</style>
background-color css
<style>
a { background-color: #D5F0BD; }
a { background-color: rgb(213,240,189); }
div.DivClassName
{
background-color: #D5F0BD;
}
.BgClassName
{
background-color: #D5F0BD;
}
</style>
border-color css
<style>
span { border-color: #D5F0BD; }
span { border-color: rgb(213,240,189); }
td.TdClassName
{
border-color: #D5F0BD;
}
.TagClassName
{
border-color: #D5F0BD;
}
</style>