Shades of Tea Green #BFFEBD
Tints of Tea Green #BFFEBD
RGB
CMYK
RGB Variations
Color information
#BFFEBD (or 0xBFFEBD) is known color: Tea Green. HEX triplet: BF, FE and BD. RGB value is (191,254,189). Sum of RGB (Red+Green+Blue) = 191+254+189=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEBD is #400142. Grayscale: #E3E3E3. Windows color (decimal): -4194627 or 12451519. OLE color: 12451519.
HSL color Cylindrical-coordinate representation of color #BFFEBD: hue angle of 118.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFEBD is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 189 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.00 |
| HSL | 118.15º | 0.97% | 0.87% | - |
| HSV(B) | 118.15º | 0.26% | 1% | - |
| XYZ | 66.11 | 85.63 | 61.19 | - |
| YUV | 227.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 189 | 0.25 | 0 | 0.26 | 0.00 | 118.15 | 0.97 | 0.87 |
| Hex | BF | FE | BD | 19 | 0 | 1A | 0 | 76 | 61 | 57 |
| Octal | 277 | 376 | 275 | 31 | 0 | 32 | 0 | 166 | 141 | 127 |
| Binary | 10111111 | 11111110 | 10111101 | 11001 | 0 | 11010 | 0 | 1110110 | 1100001 | 1010111 |
Color Harmonies of #BFFEBD
Complementary color
Monochromatic Colors of #BFFEBD
Black with #BFFEBD
Text Example
Text Example
White with #BFFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEBD; }
p { color: rgb(191,254,189); }
H1.HeaderClassName
{
color: #BFFEBD;
}
.AnyTagClassName
{
color: #BFFEBD;
}
</style>
background-color css
<style>
a { background-color: #BFFEBD; }
a { background-color: rgb(191,254,189); }
div.DivClassName
{
background-color: #BFFEBD;
}
.BgClassName
{
background-color: #BFFEBD;
}
</style>
border-color css
<style>
span { border-color: #BFFEBD; }
span { border-color: rgb(191,254,189); }
td.TdClassName
{
border-color: #BFFEBD;
}
.TagClassName
{
border-color: #BFFEBD;
}
</style>