Shades of Fuego #BFE42B
Tints of Fuego #BFE42B
RGB
CMYK
RGB Variations
Color information
#BFE42B (or 0xBFE42B) is known color: Fuego. HEX triplet: BF, E4 and 2B. RGB value is (191,228,43). Sum of RGB (Red+Green+Blue) = 191+228+43=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE42B is #401BD4. Grayscale: #C4C4C4. Windows color (decimal): -4201429 or 2876607. OLE color: 2876607.
HSL color Cylindrical-coordinate representation of color #BFE42B: hue angle of 72º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFE42B is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 43 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.11 |
| HSL | 72º | 0.77% | 0.53% | - |
| HSV(B) | 72º | 0.81% | 0.89% | - |
| XYZ | 49.67 | 66.74 | 12.55 | - |
| YUV | 195.85 | 41.74 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 43 | 0.16 | 0 | 0.81 | 0.11 | 72 | 0.77 | 0.53 |
| Hex | BF | E4 | 2B | 10 | 0 | 51 | B | 48 | 4D | 35 |
| Octal | 277 | 344 | 53 | 20 | 0 | 121 | 13 | 110 | 115 | 65 |
| Binary | 10111111 | 11100100 | 101011 | 10000 | 0 | 1010001 | 1011 | 1001000 | 1001101 | 110101 |
Color Harmonies of #BFE42B
Complementary color
Monochromatic Colors of #BFE42B
Black with #BFE42B
Text Example
Text Example
White with #BFE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE42B; }
p { color: rgb(191,228,43); }
H1.HeaderClassName
{
color: #BFE42B;
}
.AnyTagClassName
{
color: #BFE42B;
}
</style>
background-color css
<style>
a { background-color: #BFE42B; }
a { background-color: rgb(191,228,43); }
div.DivClassName
{
background-color: #BFE42B;
}
.BgClassName
{
background-color: #BFE42B;
}
</style>
border-color css
<style>
span { border-color: #BFE42B; }
span { border-color: rgb(191,228,43); }
td.TdClassName
{
border-color: #BFE42B;
}
.TagClassName
{
border-color: #BFE42B;
}
</style>