Shades of Fuego #BFE725
Tints of Fuego #BFE725
RGB
CMYK
RGB Variations
Color information
#BFE725 (or 0xBFE725) is known color: Fuego. HEX triplet: BF, E7 and 25. RGB value is (191,231,37). Sum of RGB (Red+Green+Blue) = 191+231+37=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE725 is #4018DA. Grayscale: #C5C5C5. Windows color (decimal): -4200667 or 2484159. OLE color: 2484159.
HSL color Cylindrical-coordinate representation of color #BFE725: hue angle of 72.37º 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 #BFE725 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 37 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.09 |
| HSL | 72.37º | 0.8% | 0.53% | - |
| HSV(B) | 72.37º | 0.84% | 0.91% | - |
| XYZ | 50.4 | 68.36 | 12.29 | - |
| YUV | 196.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 37 | 0.17 | 0 | 0.84 | 0.09 | 72.37 | 0.8 | 0.53 |
| Hex | BF | E7 | 25 | 11 | 0 | 54 | 9 | 48 | 50 | 35 |
| Octal | 277 | 347 | 45 | 21 | 0 | 124 | 11 | 110 | 120 | 65 |
| Binary | 10111111 | 11100111 | 100101 | 10001 | 0 | 1010100 | 1001 | 1001000 | 1010000 | 110101 |
Color Harmonies of #BFE725
Complementary color
Monochromatic Colors of #BFE725
Black with #BFE725
Text Example
Text Example
White with #BFE725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE725; }
p { color: rgb(191,231,37); }
H1.HeaderClassName
{
color: #BFE725;
}
.AnyTagClassName
{
color: #BFE725;
}
</style>
background-color css
<style>
a { background-color: #BFE725; }
a { background-color: rgb(191,231,37); }
div.DivClassName
{
background-color: #BFE725;
}
.BgClassName
{
background-color: #BFE725;
}
</style>
border-color css
<style>
span { border-color: #BFE725; }
span { border-color: rgb(191,231,37); }
td.TdClassName
{
border-color: #BFE725;
}
.TagClassName
{
border-color: #BFE725;
}
</style>