Shades of Fuego #BFE421
Tints of Fuego #BFE421
RGB
CMYK
RGB Variations
Color information
#BFE421 (or 0xBFE421) is known color: Fuego. HEX triplet: BF, E4 and 21. RGB value is (191,228,33). Sum of RGB (Red+Green+Blue) = 191+228+33=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE421 is #401BDE. Grayscale: #C3C3C3. Windows color (decimal): -4201439 or 2221247. OLE color: 2221247.
HSL color Cylindrical-coordinate representation of color #BFE421: hue angle of 71.38º degrees, saturation: 0.78, 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 #BFE421 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.11 |
| HSL | 71.38º | 0.78% | 0.51% | - |
| HSV(B) | 71.38º | 0.86% | 0.89% | - |
| XYZ | 49.5 | 66.67 | 11.7 | - |
| YUV | 194.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 33 | 0.16 | 0 | 0.86 | 0.11 | 71.38 | 0.78 | 0.51 |
| Hex | BF | E4 | 21 | 10 | 0 | 56 | B | 47 | 4E | 33 |
| Octal | 277 | 344 | 41 | 20 | 0 | 126 | 13 | 107 | 116 | 63 |
| Binary | 10111111 | 11100100 | 100001 | 10000 | 0 | 1010110 | 1011 | 1000111 | 1001110 | 110011 |
Color Harmonies of #BFE421
Complementary color
Monochromatic Colors of #BFE421
Black with #BFE421
Text Example
Text Example
White with #BFE421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE421; }
p { color: rgb(191,228,33); }
H1.HeaderClassName
{
color: #BFE421;
}
.AnyTagClassName
{
color: #BFE421;
}
</style>
background-color css
<style>
a { background-color: #BFE421; }
a { background-color: rgb(191,228,33); }
div.DivClassName
{
background-color: #BFE421;
}
.BgClassName
{
background-color: #BFE421;
}
</style>
border-color css
<style>
span { border-color: #BFE421; }
span { border-color: rgb(191,228,33); }
td.TdClassName
{
border-color: #BFE421;
}
.TagClassName
{
border-color: #BFE421;
}
</style>