Shades of Tea Green #D5F3BD
Tints of Tea Green #D5F3BD
RGB
CMYK
RGB Variations
Color information
#D5F3BD (or 0xD5F3BD) is known color: Tea Green. HEX triplet: D5, F3 and BD. RGB value is (213,243,189). Sum of RGB (Red+Green+Blue) = 213+243+189=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3BD is #2A0C42. Grayscale: #E4E4E4. Windows color (decimal): -2755651 or 12448725. OLE color: 12448725.
HSL color Cylindrical-coordinate representation of color #D5F3BD: hue angle of 93.33º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5F3BD is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 189 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.05 |
| HSL | 93.33º | 0.69% | 0.85% | - |
| HSV(B) | 93.33º | 0.22% | 0.95% | - |
| XYZ | 68.68 | 81.92 | 60.34 | - |
| YUV | 227.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 189 | 0.12 | 0 | 0.22 | 0.05 | 93.33 | 0.69 | 0.85 |
| Hex | D5 | F3 | BD | C | 0 | 16 | 5 | 5D | 45 | 55 |
| Octal | 325 | 363 | 275 | 14 | 0 | 26 | 5 | 135 | 105 | 125 |
| Binary | 11010101 | 11110011 | 10111101 | 1100 | 0 | 10110 | 101 | 1011101 | 1000101 | 1010101 |
Color Harmonies of #D5F3BD
Complementary color
Monochromatic Colors of #D5F3BD
Black with #D5F3BD
Text Example
Text Example
White with #D5F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F3BD; }
p { color: rgb(213,243,189); }
H1.HeaderClassName
{
color: #D5F3BD;
}
.AnyTagClassName
{
color: #D5F3BD;
}
</style>
background-color css
<style>
a { background-color: #D5F3BD; }
a { background-color: rgb(213,243,189); }
div.DivClassName
{
background-color: #D5F3BD;
}
.BgClassName
{
background-color: #D5F3BD;
}
</style>
border-color css
<style>
span { border-color: #D5F3BD; }
span { border-color: rgb(213,243,189); }
td.TdClassName
{
border-color: #D5F3BD;
}
.TagClassName
{
border-color: #D5F3BD;
}
</style>