Shades of Tea Green #C4FFBD
Tints of Tea Green #C4FFBD
RGB
CMYK
RGB Variations
Color information
#C4FFBD (or 0xC4FFBD) is known color: Tea Green. HEX triplet: C4, FF and BD. RGB value is (196,255,189). Sum of RGB (Red+Green+Blue) = 196+255+189=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFBD is #3B0042. Grayscale: #E6E6E6. Windows color (decimal): -3866691 or 12451780. OLE color: 12451780.
HSL color Cylindrical-coordinate representation of color #C4FFBD: hue angle of 113.64º 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 #C4FFBD is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 189 | - |
| CMYK | 0.23 | 0 | 0.26 | 0 |
| HSL | 113.64º | 1% | 0.87% | - |
| HSV(B) | 113.64º | 0.26% | 1% | - |
| XYZ | 67.71 | 86.93 | 61.35 | - |
| YUV | 229.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 189 | 0.23 | 0 | 0.26 | 0 | 113.64 | 1 | 0.87 |
| Hex | C4 | FF | BD | 17 | 0 | 1A | 0 | 72 | 64 | 57 |
| Octal | 304 | 377 | 275 | 27 | 0 | 32 | 0 | 162 | 144 | 127 |
| Binary | 11000100 | 11111111 | 10111101 | 10111 | 0 | 11010 | 0 | 1110010 | 1100100 | 1010111 |
Color Harmonies of #C4FFBD
Complementary color
Monochromatic Colors of #C4FFBD
Black with #C4FFBD
Text Example
Text Example
White with #C4FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFBD; }
p { color: rgb(196,255,189); }
H1.HeaderClassName
{
color: #C4FFBD;
}
.AnyTagClassName
{
color: #C4FFBD;
}
</style>
background-color css
<style>
a { background-color: #C4FFBD; }
a { background-color: rgb(196,255,189); }
div.DivClassName
{
background-color: #C4FFBD;
}
.BgClassName
{
background-color: #C4FFBD;
}
</style>
border-color css
<style>
span { border-color: #C4FFBD; }
span { border-color: rgb(196,255,189); }
td.TdClassName
{
border-color: #C4FFBD;
}
.TagClassName
{
border-color: #C4FFBD;
}
</style>