Shades of Fuego #BFEA25
Tints of Fuego #BFEA25
RGB
CMYK
RGB Variations
Color information
#BFEA25 (or 0xBFEA25) is known color: Fuego. HEX triplet: BF, EA and 25. RGB value is (191,234,37). Sum of RGB (Red+Green+Blue) = 191+234+37=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA25 is #4015DA. Grayscale: #C7C7C7. Windows color (decimal): -4199899 or 2484927. OLE color: 2484927.
HSL color Cylindrical-coordinate representation of color #BFEA25: hue angle of 73.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFEA25 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.08 |
| HSL | 73.1º | 0.82% | 0.53% | - |
| HSV(B) | 73.1º | 0.84% | 0.92% | - |
| XYZ | 51.24 | 70.06 | 12.57 | - |
| YUV | 198.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 37 | 0.18 | 0 | 0.84 | 0.08 | 73.1 | 0.82 | 0.53 |
| Hex | BF | EA | 25 | 12 | 0 | 54 | 8 | 49 | 52 | 35 |
| Octal | 277 | 352 | 45 | 22 | 0 | 124 | 10 | 111 | 122 | 65 |
| Binary | 10111111 | 11101010 | 100101 | 10010 | 0 | 1010100 | 1000 | 1001001 | 1010010 | 110101 |
Color Harmonies of #BFEA25
Complementary color
Monochromatic Colors of #BFEA25
Black with #BFEA25
Text Example
Text Example
White with #BFEA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA25; }
p { color: rgb(191,234,37); }
H1.HeaderClassName
{
color: #BFEA25;
}
.AnyTagClassName
{
color: #BFEA25;
}
</style>
background-color css
<style>
a { background-color: #BFEA25; }
a { background-color: rgb(191,234,37); }
div.DivClassName
{
background-color: #BFEA25;
}
.BgClassName
{
background-color: #BFEA25;
}
</style>
border-color css
<style>
span { border-color: #BFEA25; }
span { border-color: rgb(191,234,37); }
td.TdClassName
{
border-color: #BFEA25;
}
.TagClassName
{
border-color: #BFEA25;
}
</style>