Shades of Tea Green #C5FFBD
Tints of Tea Green #C5FFBD
RGB
CMYK
RGB Variations
Color information
#C5FFBD (or 0xC5FFBD) is known color: Tea Green. HEX triplet: C5, FF and BD. RGB value is (197,255,189). Sum of RGB (Red+Green+Blue) = 197+255+189=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFBD is #3A0042. Grayscale: #E6E6E6. Windows color (decimal): -3801155 or 12451781. OLE color: 12451781.
HSL color Cylindrical-coordinate representation of color #C5FFBD: hue angle of 112.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5FFBD is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 189 | - |
| CMYK | 0.23 | 0 | 0.26 | 0 |
| HSL | 112.73º | 1% | 0.87% | - |
| HSV(B) | 112.73º | 0.26% | 1% | - |
| XYZ | 67.97 | 87.06 | 61.37 | - |
| YUV | 230.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 189 | 0.23 | 0 | 0.26 | 0 | 112.73 | 1 | 0.87 |
| Hex | C5 | FF | BD | 17 | 0 | 1A | 0 | 71 | 64 | 57 |
| Octal | 305 | 377 | 275 | 27 | 0 | 32 | 0 | 161 | 144 | 127 |
| Binary | 11000101 | 11111111 | 10111101 | 10111 | 0 | 11010 | 0 | 1110001 | 1100100 | 1010111 |
Color Harmonies of #C5FFBD
Complementary color
Monochromatic Colors of #C5FFBD
Black with #C5FFBD
Text Example
Text Example
White with #C5FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFBD; }
p { color: rgb(197,255,189); }
H1.HeaderClassName
{
color: #C5FFBD;
}
.AnyTagClassName
{
color: #C5FFBD;
}
</style>
background-color css
<style>
a { background-color: #C5FFBD; }
a { background-color: rgb(197,255,189); }
div.DivClassName
{
background-color: #C5FFBD;
}
.BgClassName
{
background-color: #C5FFBD;
}
</style>
border-color css
<style>
span { border-color: #C5FFBD; }
span { border-color: rgb(197,255,189); }
td.TdClassName
{
border-color: #C5FFBD;
}
.TagClassName
{
border-color: #C5FFBD;
}
</style>