Shades of Green Yellow #BFFE49
Tints of Green Yellow #BFFE49
RGB
CMYK
RGB Variations
Color information
#BFFE49 (or 0xBFFE49) is known color: Green Yellow. HEX triplet: BF, FE and 49. RGB value is (191,254,73). Sum of RGB (Red+Green+Blue) = 191+254+73=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE49 is #4001B6. Grayscale: #D7D7D7. Windows color (decimal): -4194743 or 4849343. OLE color: 4849343.
HSL color Cylindrical-coordinate representation of color #BFFE49: hue angle of 80.88º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFFE49 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 73 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.00 |
| HSL | 80.88º | 0.99% | 0.64% | - |
| HSV(B) | 80.88º | 0.71% | 1% | - |
| XYZ | 58.13 | 82.44 | 19.15 | - |
| YUV | 214.53 | 48.13 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 73 | 0.25 | 0 | 0.71 | 0.00 | 80.88 | 0.99 | 0.64 |
| Hex | BF | FE | 49 | 19 | 0 | 47 | 0 | 51 | 63 | 40 |
| Octal | 277 | 376 | 111 | 31 | 0 | 107 | 0 | 121 | 143 | 100 |
| Binary | 10111111 | 11111110 | 1001001 | 11001 | 0 | 1000111 | 0 | 1010001 | 1100011 | 1000000 |
Color Harmonies of #BFFE49
Complementary color
Monochromatic Colors of #BFFE49
Black with #BFFE49
Text Example
Text Example
White with #BFFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE49; }
p { color: rgb(191,254,73); }
H1.HeaderClassName
{
color: #BFFE49;
}
.AnyTagClassName
{
color: #BFFE49;
}
</style>
background-color css
<style>
a { background-color: #BFFE49; }
a { background-color: rgb(191,254,73); }
div.DivClassName
{
background-color: #BFFE49;
}
.BgClassName
{
background-color: #BFFE49;
}
</style>
border-color css
<style>
span { border-color: #BFFE49; }
span { border-color: rgb(191,254,73); }
td.TdClassName
{
border-color: #BFFE49;
}
.TagClassName
{
border-color: #BFFE49;
}
</style>