Shades of Fuego #BFE221
Tints of Fuego #BFE221
RGB
CMYK
RGB Variations
Color information
#BFE221 (or 0xBFE221) is known color: Fuego. HEX triplet: BF, E2 and 21. RGB value is (191,226,33). Sum of RGB (Red+Green+Blue) = 191+226+33=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE221 is #401DDE. Grayscale: #C2C2C2. Windows color (decimal): -4201951 or 2220735. OLE color: 2220735.
HSL color Cylindrical-coordinate representation of color #BFE221: hue angle of 70.88º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFE221 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.11 |
| HSL | 70.88º | 0.77% | 0.51% | - |
| HSV(B) | 70.88º | 0.85% | 0.89% | - |
| XYZ | 48.96 | 65.58 | 11.52 | - |
| YUV | 193.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 33 | 0.15 | 0 | 0.85 | 0.11 | 70.88 | 0.77 | 0.51 |
| Hex | BF | E2 | 21 | F | 0 | 55 | B | 47 | 4D | 33 |
| Octal | 277 | 342 | 41 | 17 | 0 | 125 | 13 | 107 | 115 | 63 |
| Binary | 10111111 | 11100010 | 100001 | 1111 | 0 | 1010101 | 1011 | 1000111 | 1001101 | 110011 |
Color Harmonies of #BFE221
Complementary color
Monochromatic Colors of #BFE221
Black with #BFE221
Text Example
Text Example
White with #BFE221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE221; }
p { color: rgb(191,226,33); }
H1.HeaderClassName
{
color: #BFE221;
}
.AnyTagClassName
{
color: #BFE221;
}
</style>
background-color css
<style>
a { background-color: #BFE221; }
a { background-color: rgb(191,226,33); }
div.DivClassName
{
background-color: #BFE221;
}
.BgClassName
{
background-color: #BFE221;
}
</style>
border-color css
<style>
span { border-color: #BFE221; }
span { border-color: rgb(191,226,33); }
td.TdClassName
{
border-color: #BFE221;
}
.TagClassName
{
border-color: #BFE221;
}
</style>