Shades of Fuego #BFE424
Tints of Fuego #BFE424
RGB
CMYK
RGB Variations
Color information
#BFE424 (or 0xBFE424) is known color: Fuego. HEX triplet: BF, E4 and 24. RGB value is (191,228,36). Sum of RGB (Red+Green+Blue) = 191+228+36=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE424 is #401BDB. Grayscale: #C3C3C3. Windows color (decimal): -4201436 or 2417855. OLE color: 2417855.
HSL color Cylindrical-coordinate representation of color #BFE424: hue angle of 71.56º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE424 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 36 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.11 |
| HSL | 71.56º | 0.78% | 0.52% | - |
| HSV(B) | 71.56º | 0.84% | 0.89% | - |
| XYZ | 49.55 | 66.69 | 11.93 | - |
| YUV | 195.05 | 38.24 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 36 | 0.16 | 0 | 0.84 | 0.11 | 71.56 | 0.78 | 0.52 |
| Hex | BF | E4 | 24 | 10 | 0 | 54 | B | 48 | 4E | 34 |
| Octal | 277 | 344 | 44 | 20 | 0 | 124 | 13 | 110 | 116 | 64 |
| Binary | 10111111 | 11100100 | 100100 | 10000 | 0 | 1010100 | 1011 | 1001000 | 1001110 | 110100 |
Color Harmonies of #BFE424
Complementary color
Monochromatic Colors of #BFE424
Black with #BFE424
Text Example
Text Example
White with #BFE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE424; }
p { color: rgb(191,228,36); }
H1.HeaderClassName
{
color: #BFE424;
}
.AnyTagClassName
{
color: #BFE424;
}
</style>
background-color css
<style>
a { background-color: #BFE424; }
a { background-color: rgb(191,228,36); }
div.DivClassName
{
background-color: #BFE424;
}
.BgClassName
{
background-color: #BFE424;
}
</style>
border-color css
<style>
span { border-color: #BFE424; }
span { border-color: rgb(191,228,36); }
td.TdClassName
{
border-color: #BFE424;
}
.TagClassName
{
border-color: #BFE424;
}
</style>