Shades of Green Yellow #BFFA49
Tints of Green Yellow #BFFA49
RGB
CMYK
RGB Variations
Color information
#BFFA49 (or 0xBFFA49) is known color: Green Yellow. HEX triplet: BF, FA and 49. RGB value is (191,250,73). Sum of RGB (Red+Green+Blue) = 191+250+73=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFA49 is #4005B6. Grayscale: #D4D4D4. Windows color (decimal): -4195767 or 4848319. OLE color: 4848319.
HSL color Cylindrical-coordinate representation of color #BFFA49: hue angle of 80º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFFA49 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 73 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.02 |
| HSL | 80º | 0.95% | 0.63% | - |
| HSV(B) | 80º | 0.71% | 0.98% | - |
| XYZ | 56.87 | 79.93 | 18.73 | - |
| YUV | 212.18 | 49.45 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 73 | 0.24 | 0 | 0.71 | 0.02 | 80 | 0.95 | 0.63 |
| Hex | BF | FA | 49 | 18 | 0 | 47 | 2 | 50 | 5F | 3F |
| Octal | 277 | 372 | 111 | 30 | 0 | 107 | 2 | 120 | 137 | 77 |
| Binary | 10111111 | 11111010 | 1001001 | 11000 | 0 | 1000111 | 10 | 1010000 | 1011111 | 111111 |
Color Harmonies of #BFFA49
Complementary color
Monochromatic Colors of #BFFA49
Black with #BFFA49
Text Example
Text Example
White with #BFFA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA49; }
p { color: rgb(191,250,73); }
H1.HeaderClassName
{
color: #BFFA49;
}
.AnyTagClassName
{
color: #BFFA49;
}
</style>
background-color css
<style>
a { background-color: #BFFA49; }
a { background-color: rgb(191,250,73); }
div.DivClassName
{
background-color: #BFFA49;
}
.BgClassName
{
background-color: #BFFA49;
}
</style>
border-color css
<style>
span { border-color: #BFFA49; }
span { border-color: rgb(191,250,73); }
td.TdClassName
{
border-color: #BFFA49;
}
.TagClassName
{
border-color: #BFFA49;
}
</style>