Shades of Green Yellow #BFFA4A
Tints of Green Yellow #BFFA4A
RGB
CMYK
RGB Variations
Color information
#BFFA4A (or 0xBFFA4A) is known color: Green Yellow. HEX triplet: BF, FA and 4A. RGB value is (191,250,74). Sum of RGB (Red+Green+Blue) = 191+250+74=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFA4A is #4005B5. Grayscale: #D4D4D4. Windows color (decimal): -4195766 or 4913855. OLE color: 4913855.
HSL color Cylindrical-coordinate representation of color #BFFA4A: hue angle of 80.11º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFFA4A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 74 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.02 |
| HSL | 80.11º | 0.95% | 0.64% | - |
| HSV(B) | 80.11º | 0.7% | 0.98% | - |
| XYZ | 56.91 | 79.94 | 18.91 | - |
| YUV | 212.3 | 49.95 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 74 | 0.24 | 0 | 0.70 | 0.02 | 80.11 | 0.95 | 0.64 |
| Hex | BF | FA | 4A | 18 | 0 | 46 | 2 | 50 | 5F | 40 |
| Octal | 277 | 372 | 112 | 30 | 0 | 106 | 2 | 120 | 137 | 100 |
| Binary | 10111111 | 11111010 | 1001010 | 11000 | 0 | 1000110 | 10 | 1010000 | 1011111 | 1000000 |
Color Harmonies of #BFFA4A
Complementary color
Monochromatic Colors of #BFFA4A
Black with #BFFA4A
Text Example
Text Example
White with #BFFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA4A; }
p { color: rgb(191,250,74); }
H1.HeaderClassName
{
color: #BFFA4A;
}
.AnyTagClassName
{
color: #BFFA4A;
}
</style>
background-color css
<style>
a { background-color: #BFFA4A; }
a { background-color: rgb(191,250,74); }
div.DivClassName
{
background-color: #BFFA4A;
}
.BgClassName
{
background-color: #BFFA4A;
}
</style>
border-color css
<style>
span { border-color: #BFFA4A; }
span { border-color: rgb(191,250,74); }
td.TdClassName
{
border-color: #BFFA4A;
}
.TagClassName
{
border-color: #BFFA4A;
}
</style>