Shades of Fuego #BFE12B
Tints of Fuego #BFE12B
RGB
CMYK
RGB Variations
Color information
#BFE12B (or 0xBFE12B) is known color: Fuego. HEX triplet: BF, E1 and 2B. RGB value is (191,225,43). Sum of RGB (Red+Green+Blue) = 191+225+43=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE12B is #401ED4. Grayscale: #C2C2C2. Windows color (decimal): -4202197 or 2875839. OLE color: 2875839.
HSL color Cylindrical-coordinate representation of color #BFE12B: hue angle of 71.21º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFE12B is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 43 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.12 |
| HSL | 71.21º | 0.75% | 0.53% | - |
| HSV(B) | 71.21º | 0.81% | 0.88% | - |
| XYZ | 48.85 | 65.1 | 12.28 | - |
| YUV | 194.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 43 | 0.15 | 0 | 0.81 | 0.12 | 71.21 | 0.75 | 0.53 |
| Hex | BF | E1 | 2B | F | 0 | 51 | C | 47 | 4B | 35 |
| Octal | 277 | 341 | 53 | 17 | 0 | 121 | 14 | 107 | 113 | 65 |
| Binary | 10111111 | 11100001 | 101011 | 1111 | 0 | 1010001 | 1100 | 1000111 | 1001011 | 110101 |
Color Harmonies of #BFE12B
Complementary color
Monochromatic Colors of #BFE12B
Black with #BFE12B
Text Example
Text Example
White with #BFE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE12B; }
p { color: rgb(191,225,43); }
H1.HeaderClassName
{
color: #BFE12B;
}
.AnyTagClassName
{
color: #BFE12B;
}
</style>
background-color css
<style>
a { background-color: #BFE12B; }
a { background-color: rgb(191,225,43); }
div.DivClassName
{
background-color: #BFE12B;
}
.BgClassName
{
background-color: #BFE12B;
}
</style>
border-color css
<style>
span { border-color: #BFE12B; }
span { border-color: rgb(191,225,43); }
td.TdClassName
{
border-color: #BFE12B;
}
.TagClassName
{
border-color: #BFE12B;
}
</style>