Shades of Green Yellow #BFFA32
Tints of Green Yellow #BFFA32
RGB
CMYK
RGB Variations
Color information
#BFFA32 (or 0xBFFA32) is known color: Green Yellow. HEX triplet: BF, FA and 32. RGB value is (191,250,50). Sum of RGB (Red+Green+Blue) = 191+250+50=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFA32 is #4005CD. Grayscale: #D2D2D2. Windows color (decimal): -4195790 or 3340991. OLE color: 3340991.
HSL color Cylindrical-coordinate representation of color #BFFA32: hue angle of 77.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFFA32 is Cyan = 0.24, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 50 | - |
| CMYK | 0.24 | 0 | 0.8 | 0.02 |
| HSL | 77.7º | 0.95% | 0.59% | - |
| HSV(B) | 77.7º | 0.8% | 0.98% | - |
| XYZ | 56.25 | 79.68 | 15.43 | - |
| YUV | 209.56 | 37.95 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 50 | 0.24 | 0 | 0.8 | 0.02 | 77.7 | 0.95 | 0.59 |
| Hex | BF | FA | 32 | 18 | 0 | 50 | 2 | 4E | 5F | 3B |
| Octal | 277 | 372 | 62 | 30 | 0 | 120 | 2 | 116 | 137 | 73 |
| Binary | 10111111 | 11111010 | 110010 | 11000 | 0 | 1010000 | 10 | 1001110 | 1011111 | 111011 |
Color Harmonies of #BFFA32
Complementary color
Monochromatic Colors of #BFFA32
Black with #BFFA32
Text Example
Text Example
White with #BFFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA32; }
p { color: rgb(191,250,50); }
H1.HeaderClassName
{
color: #BFFA32;
}
.AnyTagClassName
{
color: #BFFA32;
}
</style>
background-color css
<style>
a { background-color: #BFFA32; }
a { background-color: rgb(191,250,50); }
div.DivClassName
{
background-color: #BFFA32;
}
.BgClassName
{
background-color: #BFFA32;
}
</style>
border-color css
<style>
span { border-color: #BFFA32; }
span { border-color: rgb(191,250,50); }
td.TdClassName
{
border-color: #BFFA32;
}
.TagClassName
{
border-color: #BFFA32;
}
</style>