Shades of Tea Green #D5FCBD
Tints of Tea Green #D5FCBD
RGB
CMYK
RGB Variations
Color information
#D5FCBD (or 0xD5FCBD) is known color: Tea Green. HEX triplet: D5, FC and BD. RGB value is (213,252,189). Sum of RGB (Red+Green+Blue) = 213+252+189=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCBD is #2A0342. Grayscale: #E9E9E9. Windows color (decimal): -2753347 or 12451029. OLE color: 12451029.
HSL color Cylindrical-coordinate representation of color #D5FCBD: hue angle of 97.14º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5FCBD is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 189 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.01 |
| HSL | 97.14º | 0.91% | 0.86% | - |
| HSV(B) | 97.14º | 0.25% | 0.99% | - |
| XYZ | 71.44 | 87.44 | 61.26 | - |
| YUV | 233.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 189 | 0.15 | 0 | 0.25 | 0.01 | 97.14 | 0.91 | 0.86 |
| Hex | D5 | FC | BD | F | 0 | 19 | 1 | 61 | 5B | 56 |
| Octal | 325 | 374 | 275 | 17 | 0 | 31 | 1 | 141 | 133 | 126 |
| Binary | 11010101 | 11111100 | 10111101 | 1111 | 0 | 11001 | 1 | 1100001 | 1011011 | 1010110 |
Color Harmonies of #D5FCBD
Complementary color
Monochromatic Colors of #D5FCBD
Black with #D5FCBD
Text Example
Text Example
White with #D5FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCBD; }
p { color: rgb(213,252,189); }
H1.HeaderClassName
{
color: #D5FCBD;
}
.AnyTagClassName
{
color: #D5FCBD;
}
</style>
background-color css
<style>
a { background-color: #D5FCBD; }
a { background-color: rgb(213,252,189); }
div.DivClassName
{
background-color: #D5FCBD;
}
.BgClassName
{
background-color: #D5FCBD;
}
</style>
border-color css
<style>
span { border-color: #D5FCBD; }
span { border-color: rgb(213,252,189); }
td.TdClassName
{
border-color: #D5FCBD;
}
.TagClassName
{
border-color: #D5FCBD;
}
</style>