Shades of Fuego #BFE525
Tints of Fuego #BFE525
RGB
CMYK
RGB Variations
Color information
#BFE525 (or 0xBFE525) is known color: Fuego. HEX triplet: BF, E5 and 25. RGB value is (191,229,37). Sum of RGB (Red+Green+Blue) = 191+229+37=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE525 is #401ADA. Grayscale: #C4C4C4. Windows color (decimal): -4201179 or 2483647. OLE color: 2483647.
HSL color Cylindrical-coordinate representation of color #BFE525: hue angle of 71.88º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE525 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 37 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.10 |
| HSL | 71.88º | 0.79% | 0.52% | - |
| HSV(B) | 71.88º | 0.84% | 0.9% | - |
| XYZ | 49.84 | 67.25 | 12.1 | - |
| YUV | 195.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 37 | 0.17 | 0 | 0.84 | 0.10 | 71.88 | 0.79 | 0.52 |
| Hex | BF | E5 | 25 | 11 | 0 | 54 | A | 48 | 4F | 34 |
| Octal | 277 | 345 | 45 | 21 | 0 | 124 | 12 | 110 | 117 | 64 |
| Binary | 10111111 | 11100101 | 100101 | 10001 | 0 | 1010100 | 1010 | 1001000 | 1001111 | 110100 |
Color Harmonies of #BFE525
Complementary color
Monochromatic Colors of #BFE525
Black with #BFE525
Text Example
Text Example
White with #BFE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE525; }
p { color: rgb(191,229,37); }
H1.HeaderClassName
{
color: #BFE525;
}
.AnyTagClassName
{
color: #BFE525;
}
</style>
background-color css
<style>
a { background-color: #BFE525; }
a { background-color: rgb(191,229,37); }
div.DivClassName
{
background-color: #BFE525;
}
.BgClassName
{
background-color: #BFE525;
}
</style>
border-color css
<style>
span { border-color: #BFE525; }
span { border-color: rgb(191,229,37); }
td.TdClassName
{
border-color: #BFE525;
}
.TagClassName
{
border-color: #BFE525;
}
</style>