Shades of Tea Green #D5EFBD
Tints of Tea Green #D5EFBD
RGB
CMYK
RGB Variations
Color information
#D5EFBD (or 0xD5EFBD) is known color: Tea Green. HEX triplet: D5, EF and BD. RGB value is (213,239,189). Sum of RGB (Red+Green+Blue) = 213+239+189=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBD is #2A1042. Grayscale: #E1E1E1. Windows color (decimal): -2756675 or 12447701. OLE color: 12447701.
HSL color Cylindrical-coordinate representation of color #D5EFBD: hue angle of 91.2º degrees, saturation: 0.61, 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 #D5EFBD is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 189 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.06 |
| HSL | 91.2º | 0.61% | 0.84% | - |
| HSV(B) | 91.2º | 0.21% | 0.94% | - |
| XYZ | 67.49 | 79.55 | 59.94 | - |
| YUV | 225.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 189 | 0.11 | 0 | 0.21 | 0.06 | 91.2 | 0.61 | 0.84 |
| Hex | D5 | EF | BD | B | 0 | 15 | 6 | 5B | 3D | 54 |
| Octal | 325 | 357 | 275 | 13 | 0 | 25 | 6 | 133 | 75 | 124 |
| Binary | 11010101 | 11101111 | 10111101 | 1011 | 0 | 10101 | 110 | 1011011 | 111101 | 1010100 |
Color Harmonies of #D5EFBD
Complementary color
Monochromatic Colors of #D5EFBD
Black with #D5EFBD
Text Example
Text Example
White with #D5EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFBD; }
p { color: rgb(213,239,189); }
H1.HeaderClassName
{
color: #D5EFBD;
}
.AnyTagClassName
{
color: #D5EFBD;
}
</style>
background-color css
<style>
a { background-color: #D5EFBD; }
a { background-color: rgb(213,239,189); }
div.DivClassName
{
background-color: #D5EFBD;
}
.BgClassName
{
background-color: #D5EFBD;
}
</style>
border-color css
<style>
span { border-color: #D5EFBD; }
span { border-color: rgb(213,239,189); }
td.TdClassName
{
border-color: #D5EFBD;
}
.TagClassName
{
border-color: #D5EFBD;
}
</style>