Shades of Fuego #BFE220
Tints of Fuego #BFE220
RGB
CMYK
RGB Variations
Color information
#BFE220 (or 0xBFE220) is known color: Fuego. HEX triplet: BF, E2 and 20. RGB value is (191,226,32). Sum of RGB (Red+Green+Blue) = 191+226+32=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE220 is #401DDF. Grayscale: #C2C2C2. Windows color (decimal): -4201952 or 2155199. OLE color: 2155199.
HSL color Cylindrical-coordinate representation of color #BFE220: hue angle of 70.82º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFE220 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 32 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.11 |
| HSL | 70.82º | 0.77% | 0.51% | - |
| HSV(B) | 70.82º | 0.86% | 0.89% | - |
| XYZ | 48.94 | 65.57 | 11.44 | - |
| YUV | 193.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 32 | 0.15 | 0 | 0.86 | 0.11 | 70.82 | 0.77 | 0.51 |
| Hex | BF | E2 | 20 | F | 0 | 56 | B | 47 | 4D | 33 |
| Octal | 277 | 342 | 40 | 17 | 0 | 126 | 13 | 107 | 115 | 63 |
| Binary | 10111111 | 11100010 | 100000 | 1111 | 0 | 1010110 | 1011 | 1000111 | 1001101 | 110011 |
Color Harmonies of #BFE220
Complementary color
Monochromatic Colors of #BFE220
Black with #BFE220
Text Example
Text Example
White with #BFE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE220; }
p { color: rgb(191,226,32); }
H1.HeaderClassName
{
color: #BFE220;
}
.AnyTagClassName
{
color: #BFE220;
}
</style>
background-color css
<style>
a { background-color: #BFE220; }
a { background-color: rgb(191,226,32); }
div.DivClassName
{
background-color: #BFE220;
}
.BgClassName
{
background-color: #BFE220;
}
</style>
border-color css
<style>
span { border-color: #BFE220; }
span { border-color: rgb(191,226,32); }
td.TdClassName
{
border-color: #BFE220;
}
.TagClassName
{
border-color: #BFE220;
}
</style>