Shades of Fuego #BFE021
Tints of Fuego #BFE021
RGB
CMYK
RGB Variations
Color information
#BFE021 (or 0xBFE021) is known color: Fuego. HEX triplet: BF, E0 and 21. RGB value is (191,224,33). Sum of RGB (Red+Green+Blue) = 191+224+33=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE021 is #401FDE. Grayscale: #C1C1C1. Windows color (decimal): -4202463 or 2220223. OLE color: 2220223.
HSL color Cylindrical-coordinate representation of color #BFE021: hue angle of 70.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFE021 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.12 |
| HSL | 70.37º | 0.75% | 0.5% | - |
| HSV(B) | 70.37º | 0.85% | 0.88% | - |
| XYZ | 48.42 | 64.5 | 11.34 | - |
| YUV | 192.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 33 | 0.15 | 0 | 0.85 | 0.12 | 70.37 | 0.75 | 0.5 |
| Hex | BF | E0 | 21 | F | 0 | 55 | C | 46 | 4B | 32 |
| Octal | 277 | 340 | 41 | 17 | 0 | 125 | 14 | 106 | 113 | 62 |
| Binary | 10111111 | 11100000 | 100001 | 1111 | 0 | 1010101 | 1100 | 1000110 | 1001011 | 110010 |
Color Harmonies of #BFE021
Complementary color
Monochromatic Colors of #BFE021
Black with #BFE021
Text Example
Text Example
White with #BFE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE021; }
p { color: rgb(191,224,33); }
H1.HeaderClassName
{
color: #BFE021;
}
.AnyTagClassName
{
color: #BFE021;
}
</style>
background-color css
<style>
a { background-color: #BFE021; }
a { background-color: rgb(191,224,33); }
div.DivClassName
{
background-color: #BFE021;
}
.BgClassName
{
background-color: #BFE021;
}
</style>
border-color css
<style>
span { border-color: #BFE021; }
span { border-color: rgb(191,224,33); }
td.TdClassName
{
border-color: #BFE021;
}
.TagClassName
{
border-color: #BFE021;
}
</style>