Shades of Fuego #BFE321
Tints of Fuego #BFE321
RGB
CMYK
RGB Variations
Color information
#BFE321 (or 0xBFE321) is known color: Fuego. HEX triplet: BF, E3 and 21. RGB value is (191,227,33). Sum of RGB (Red+Green+Blue) = 191+227+33=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE321 is #401CDE. Grayscale: #C2C2C2. Windows color (decimal): -4201695 or 2220991. OLE color: 2220991.
HSL color Cylindrical-coordinate representation of color #BFE321: hue angle of 71.13º degrees, saturation: 0.78, 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 #BFE321 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.11 |
| HSL | 71.13º | 0.78% | 0.51% | - |
| HSV(B) | 71.13º | 0.85% | 0.89% | - |
| XYZ | 49.23 | 66.12 | 11.61 | - |
| YUV | 194.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 33 | 0.16 | 0 | 0.85 | 0.11 | 71.13 | 0.78 | 0.51 |
| Hex | BF | E3 | 21 | 10 | 0 | 55 | B | 47 | 4E | 33 |
| Octal | 277 | 343 | 41 | 20 | 0 | 125 | 13 | 107 | 116 | 63 |
| Binary | 10111111 | 11100011 | 100001 | 10000 | 0 | 1010101 | 1011 | 1000111 | 1001110 | 110011 |
Color Harmonies of #BFE321
Complementary color
Monochromatic Colors of #BFE321
Black with #BFE321
Text Example
Text Example
White with #BFE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE321; }
p { color: rgb(191,227,33); }
H1.HeaderClassName
{
color: #BFE321;
}
.AnyTagClassName
{
color: #BFE321;
}
</style>
background-color css
<style>
a { background-color: #BFE321; }
a { background-color: rgb(191,227,33); }
div.DivClassName
{
background-color: #BFE321;
}
.BgClassName
{
background-color: #BFE321;
}
</style>
border-color css
<style>
span { border-color: #BFE321; }
span { border-color: rgb(191,227,33); }
td.TdClassName
{
border-color: #BFE321;
}
.TagClassName
{
border-color: #BFE321;
}
</style>