Shades of Fuego #BFE724
Tints of Fuego #BFE724
RGB
CMYK
RGB Variations
Color information
#BFE724 (or 0xBFE724) is known color: Fuego. HEX triplet: BF, E7 and 24. RGB value is (191,231,36). Sum of RGB (Red+Green+Blue) = 191+231+36=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE724 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE724 is #4018DB. Grayscale: #C5C5C5. Windows color (decimal): -4200668 or 2418623. OLE color: 2418623.
HSL color Cylindrical-coordinate representation of color #BFE724: hue angle of 72.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE724 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 36 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.09 |
| HSL | 72.31º | 0.8% | 0.52% | - |
| HSV(B) | 72.31º | 0.84% | 0.91% | - |
| XYZ | 50.38 | 68.36 | 12.21 | - |
| YUV | 196.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 36 | 0.17 | 0 | 0.84 | 0.09 | 72.31 | 0.8 | 0.52 |
| Hex | BF | E7 | 24 | 11 | 0 | 54 | 9 | 48 | 50 | 34 |
| Octal | 277 | 347 | 44 | 21 | 0 | 124 | 11 | 110 | 120 | 64 |
| Binary | 10111111 | 11100111 | 100100 | 10001 | 0 | 1010100 | 1001 | 1001000 | 1010000 | 110100 |
Color Harmonies of #BFE724
Complementary color
Monochromatic Colors of #BFE724
Black with #BFE724
Text Example
Text Example
White with #BFE724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE724; }
p { color: rgb(191,231,36); }
H1.HeaderClassName
{
color: #BFE724;
}
.AnyTagClassName
{
color: #BFE724;
}
</style>
background-color css
<style>
a { background-color: #BFE724; }
a { background-color: rgb(191,231,36); }
div.DivClassName
{
background-color: #BFE724;
}
.BgClassName
{
background-color: #BFE724;
}
</style>
border-color css
<style>
span { border-color: #BFE724; }
span { border-color: rgb(191,231,36); }
td.TdClassName
{
border-color: #BFE724;
}
.TagClassName
{
border-color: #BFE724;
}
</style>