Shades of Fuego #B8E131
Tints of Fuego #B8E131
RGB
CMYK
RGB Variations
Color information
#B8E131 (or 0xB8E131) is known color: Fuego. HEX triplet: B8, E1 and 31. RGB value is (184,225,49). Sum of RGB (Red+Green+Blue) = 184+225+49=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E131 is #471ECE. Grayscale: #C1C1C1. Windows color (decimal): -4660943 or 3269048. OLE color: 3269048.
HSL color Cylindrical-coordinate representation of color #B8E131: hue angle of 73.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8E131 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 49 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.12 |
| HSL | 73.98º | 0.75% | 0.54% | - |
| HSV(B) | 73.98º | 0.78% | 0.88% | - |
| XYZ | 47.25 | 64.26 | 12.82 | - |
| YUV | 192.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 49 | 0.18 | 0 | 0.78 | 0.12 | 73.98 | 0.75 | 0.54 |
| Hex | B8 | E1 | 31 | 12 | 0 | 4E | C | 4A | 4B | 36 |
| Octal | 270 | 341 | 61 | 22 | 0 | 116 | 14 | 112 | 113 | 66 |
| Binary | 10111000 | 11100001 | 110001 | 10010 | 0 | 1001110 | 1100 | 1001010 | 1001011 | 110110 |
Color Harmonies of #B8E131
Complementary color
Monochromatic Colors of #B8E131
Black with #B8E131
Text Example
Text Example
White with #B8E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E131; }
p { color: rgb(184,225,49); }
H1.HeaderClassName
{
color: #B8E131;
}
.AnyTagClassName
{
color: #B8E131;
}
</style>
background-color css
<style>
a { background-color: #B8E131; }
a { background-color: rgb(184,225,49); }
div.DivClassName
{
background-color: #B8E131;
}
.BgClassName
{
background-color: #B8E131;
}
</style>
border-color css
<style>
span { border-color: #B8E131; }
span { border-color: rgb(184,225,49); }
td.TdClassName
{
border-color: #B8E131;
}
.TagClassName
{
border-color: #B8E131;
}
</style>