Shades of Fuego #BFE128
Tints of Fuego #BFE128
RGB
CMYK
RGB Variations
Color information
#BFE128 (or 0xBFE128) is known color: Fuego. HEX triplet: BF, E1 and 28. RGB value is (191,225,40). Sum of RGB (Red+Green+Blue) = 191+225+40=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE128 is #401ED7. Grayscale: #C2C2C2. Windows color (decimal): -4202200 or 2679231. OLE color: 2679231.
HSL color Cylindrical-coordinate representation of color #BFE128: hue angle of 71.03º degrees, saturation: 0.76, 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 #BFE128 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 40 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.12 |
| HSL | 71.03º | 0.76% | 0.52% | - |
| HSV(B) | 71.03º | 0.82% | 0.88% | - |
| XYZ | 48.79 | 65.08 | 12 | - |
| YUV | 193.74 | 41.24 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 40 | 0.15 | 0 | 0.82 | 0.12 | 71.03 | 0.76 | 0.52 |
| Hex | BF | E1 | 28 | F | 0 | 52 | C | 47 | 4C | 34 |
| Octal | 277 | 341 | 50 | 17 | 0 | 122 | 14 | 107 | 114 | 64 |
| Binary | 10111111 | 11100001 | 101000 | 1111 | 0 | 1010010 | 1100 | 1000111 | 1001100 | 110100 |
Color Harmonies of #BFE128
Complementary color
Monochromatic Colors of #BFE128
Black with #BFE128
Text Example
Text Example
White with #BFE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE128; }
p { color: rgb(191,225,40); }
H1.HeaderClassName
{
color: #BFE128;
}
.AnyTagClassName
{
color: #BFE128;
}
</style>
background-color css
<style>
a { background-color: #BFE128; }
a { background-color: rgb(191,225,40); }
div.DivClassName
{
background-color: #BFE128;
}
.BgClassName
{
background-color: #BFE128;
}
</style>
border-color css
<style>
span { border-color: #BFE128; }
span { border-color: rgb(191,225,40); }
td.TdClassName
{
border-color: #BFE128;
}
.TagClassName
{
border-color: #BFE128;
}
</style>