Shades of Fuego #BFE028
Tints of Fuego #BFE028
RGB
CMYK
RGB Variations
Color information
#BFE028 (or 0xBFE028) is known color: Fuego. HEX triplet: BF, E0 and 28. RGB value is (191,224,40). Sum of RGB (Red+Green+Blue) = 191+224+40=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE028 is #401FD7. Grayscale: #C1C1C1. Windows color (decimal): -4202456 or 2678975. OLE color: 2678975.
HSL color Cylindrical-coordinate representation of color #BFE028: hue angle of 70.76º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE028 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 40 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.12 |
| HSL | 70.76º | 0.75% | 0.52% | - |
| HSV(B) | 70.76º | 0.82% | 0.88% | - |
| XYZ | 48.52 | 64.54 | 11.91 | - |
| YUV | 193.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 40 | 0.15 | 0 | 0.82 | 0.12 | 70.76 | 0.75 | 0.52 |
| Hex | BF | E0 | 28 | F | 0 | 52 | C | 47 | 4B | 34 |
| Octal | 277 | 340 | 50 | 17 | 0 | 122 | 14 | 107 | 113 | 64 |
| Binary | 10111111 | 11100000 | 101000 | 1111 | 0 | 1010010 | 1100 | 1000111 | 1001011 | 110100 |
Color Harmonies of #BFE028
Complementary color
Monochromatic Colors of #BFE028
Black with #BFE028
Text Example
Text Example
White with #BFE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE028; }
p { color: rgb(191,224,40); }
H1.HeaderClassName
{
color: #BFE028;
}
.AnyTagClassName
{
color: #BFE028;
}
</style>
background-color css
<style>
a { background-color: #BFE028; }
a { background-color: rgb(191,224,40); }
div.DivClassName
{
background-color: #BFE028;
}
.BgClassName
{
background-color: #BFE028;
}
</style>
border-color css
<style>
span { border-color: #BFE028; }
span { border-color: rgb(191,224,40); }
td.TdClassName
{
border-color: #BFE028;
}
.TagClassName
{
border-color: #BFE028;
}
</style>