Shades of Fuego #BFE726
Tints of Fuego #BFE726
RGB
CMYK
RGB Variations
Color information
#BFE726 (or 0xBFE726) is known color: Fuego. HEX triplet: BF, E7 and 26. RGB value is (191,231,38). Sum of RGB (Red+Green+Blue) = 191+231+38=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE726 is #4018D9. Grayscale: #C5C5C5. Windows color (decimal): -4200666 or 2549695. OLE color: 2549695.
HSL color Cylindrical-coordinate representation of color #BFE726: hue angle of 72.44º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE726 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 38 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.09 |
| HSL | 72.44º | 0.8% | 0.53% | - |
| HSV(B) | 72.44º | 0.84% | 0.91% | - |
| XYZ | 50.41 | 68.37 | 12.37 | - |
| YUV | 197.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 38 | 0.17 | 0 | 0.84 | 0.09 | 72.44 | 0.8 | 0.53 |
| Hex | BF | E7 | 26 | 11 | 0 | 54 | 9 | 48 | 50 | 35 |
| Octal | 277 | 347 | 46 | 21 | 0 | 124 | 11 | 110 | 120 | 65 |
| Binary | 10111111 | 11100111 | 100110 | 10001 | 0 | 1010100 | 1001 | 1001000 | 1010000 | 110101 |
Color Harmonies of #BFE726
Complementary color
Monochromatic Colors of #BFE726
Black with #BFE726
Text Example
Text Example
White with #BFE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE726; }
p { color: rgb(191,231,38); }
H1.HeaderClassName
{
color: #BFE726;
}
.AnyTagClassName
{
color: #BFE726;
}
</style>
background-color css
<style>
a { background-color: #BFE726; }
a { background-color: rgb(191,231,38); }
div.DivClassName
{
background-color: #BFE726;
}
.BgClassName
{
background-color: #BFE726;
}
</style>
border-color css
<style>
span { border-color: #BFE726; }
span { border-color: rgb(191,231,38); }
td.TdClassName
{
border-color: #BFE726;
}
.TagClassName
{
border-color: #BFE726;
}
</style>