Shades of Fuego #BFE428
Tints of Fuego #BFE428
RGB
CMYK
RGB Variations
Color information
#BFE428 (or 0xBFE428) is known color: Fuego. HEX triplet: BF, E4 and 28. RGB value is (191,228,40). Sum of RGB (Red+Green+Blue) = 191+228+40=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE428 is #401BD7. Grayscale: #C4C4C4. Windows color (decimal): -4201432 or 2679999. OLE color: 2679999.
HSL color Cylindrical-coordinate representation of color #BFE428: hue angle of 71.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE428 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 40 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.11 |
| HSL | 71.81º | 0.78% | 0.53% | - |
| HSV(B) | 71.81º | 0.82% | 0.89% | - |
| XYZ | 49.61 | 66.72 | 12.27 | - |
| YUV | 195.51 | 40.24 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 40 | 0.16 | 0 | 0.82 | 0.11 | 71.81 | 0.78 | 0.53 |
| Hex | BF | E4 | 28 | 10 | 0 | 52 | B | 48 | 4E | 35 |
| Octal | 277 | 344 | 50 | 20 | 0 | 122 | 13 | 110 | 116 | 65 |
| Binary | 10111111 | 11100100 | 101000 | 10000 | 0 | 1010010 | 1011 | 1001000 | 1001110 | 110101 |
Color Harmonies of #BFE428
Complementary color
Monochromatic Colors of #BFE428
Black with #BFE428
Text Example
Text Example
White with #BFE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE428; }
p { color: rgb(191,228,40); }
H1.HeaderClassName
{
color: #BFE428;
}
.AnyTagClassName
{
color: #BFE428;
}
</style>
background-color css
<style>
a { background-color: #BFE428; }
a { background-color: rgb(191,228,40); }
div.DivClassName
{
background-color: #BFE428;
}
.BgClassName
{
background-color: #BFE428;
}
</style>
border-color css
<style>
span { border-color: #BFE428; }
span { border-color: rgb(191,228,40); }
td.TdClassName
{
border-color: #BFE428;
}
.TagClassName
{
border-color: #BFE428;
}
</style>