Shades of Fuego #BFE11F
Tints of Fuego #BFE11F
RGB
CMYK
RGB Variations
Color information
#BFE11F (or 0xBFE11F) is known color: Fuego. HEX triplet: BF, E1 and 1F. RGB value is (191,225,31). Sum of RGB (Red+Green+Blue) = 191+225+31=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE11F is #401EE0. Grayscale: #C1C1C1. Windows color (decimal): -4202209 or 2089407. OLE color: 2089407.
HSL color Cylindrical-coordinate representation of color #BFE11F: hue angle of 70.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFE11F is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 31 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.12 |
| HSL | 70.52º | 0.76% | 0.5% | - |
| HSV(B) | 70.52º | 0.86% | 0.88% | - |
| XYZ | 48.66 | 65.03 | 11.28 | - |
| YUV | 192.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 31 | 0.15 | 0 | 0.86 | 0.12 | 70.52 | 0.76 | 0.5 |
| Hex | BF | E1 | 1F | F | 0 | 56 | C | 47 | 4C | 32 |
| Octal | 277 | 341 | 37 | 17 | 0 | 126 | 14 | 107 | 114 | 62 |
| Binary | 10111111 | 11100001 | 11111 | 1111 | 0 | 1010110 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BFE11F
Complementary color
Monochromatic Colors of #BFE11F
Black with #BFE11F
Text Example
Text Example
White with #BFE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE11F; }
p { color: rgb(191,225,31); }
H1.HeaderClassName
{
color: #BFE11F;
}
.AnyTagClassName
{
color: #BFE11F;
}
</style>
background-color css
<style>
a { background-color: #BFE11F; }
a { background-color: rgb(191,225,31); }
div.DivClassName
{
background-color: #BFE11F;
}
.BgClassName
{
background-color: #BFE11F;
}
</style>
border-color css
<style>
span { border-color: #BFE11F; }
span { border-color: rgb(191,225,31); }
td.TdClassName
{
border-color: #BFE11F;
}
.TagClassName
{
border-color: #BFE11F;
}
</style>