Shades of Fuego #BFE521
Tints of Fuego #BFE521
RGB
CMYK
RGB Variations
Color information
#BFE521 (or 0xBFE521) is known color: Fuego. HEX triplet: BF, E5 and 21. RGB value is (191,229,33). Sum of RGB (Red+Green+Blue) = 191+229+33=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE521 is #401ADE. Grayscale: #C4C4C4. Windows color (decimal): -4201183 or 2221503. OLE color: 2221503.
HSL color Cylindrical-coordinate representation of color #BFE521: hue angle of 71.63º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFE521 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 33 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.10 |
| HSL | 71.63º | 0.79% | 0.51% | - |
| HSV(B) | 71.63º | 0.86% | 0.9% | - |
| XYZ | 49.78 | 67.22 | 11.79 | - |
| YUV | 195.29 | 36.41 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 33 | 0.17 | 0 | 0.86 | 0.10 | 71.63 | 0.79 | 0.51 |
| Hex | BF | E5 | 21 | 11 | 0 | 56 | A | 48 | 4F | 33 |
| Octal | 277 | 345 | 41 | 21 | 0 | 126 | 12 | 110 | 117 | 63 |
| Binary | 10111111 | 11100101 | 100001 | 10001 | 0 | 1010110 | 1010 | 1001000 | 1001111 | 110011 |
Color Harmonies of #BFE521
Complementary color
Monochromatic Colors of #BFE521
Black with #BFE521
Text Example
Text Example
White with #BFE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE521; }
p { color: rgb(191,229,33); }
H1.HeaderClassName
{
color: #BFE521;
}
.AnyTagClassName
{
color: #BFE521;
}
</style>
background-color css
<style>
a { background-color: #BFE521; }
a { background-color: rgb(191,229,33); }
div.DivClassName
{
background-color: #BFE521;
}
.BgClassName
{
background-color: #BFE521;
}
</style>
border-color css
<style>
span { border-color: #BFE521; }
span { border-color: rgb(191,229,33); }
td.TdClassName
{
border-color: #BFE521;
}
.TagClassName
{
border-color: #BFE521;
}
</style>