Shades of Fuego #B8E032
Tints of Fuego #B8E032
RGB
CMYK
RGB Variations
Color information
#B8E032 (or 0xB8E032) is known color: Fuego. HEX triplet: B8, E0 and 32. RGB value is (184,224,50). Sum of RGB (Red+Green+Blue) = 184+224+50=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E032 is #471FCD. Grayscale: #C0C0C0. Windows color (decimal): -4661198 or 3334328. OLE color: 3334328.
HSL color Cylindrical-coordinate representation of color #B8E032: hue angle of 73.79º degrees, saturation: 0.74, 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 #B8E032 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 50 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.12 |
| HSL | 73.79º | 0.74% | 0.54% | - |
| HSV(B) | 73.79º | 0.78% | 0.88% | - |
| XYZ | 47 | 63.73 | 12.84 | - |
| YUV | 192.2 | 47.75 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 50 | 0.18 | 0 | 0.78 | 0.12 | 73.79 | 0.74 | 0.54 |
| Hex | B8 | E0 | 32 | 12 | 0 | 4E | C | 4A | 4A | 36 |
| Octal | 270 | 340 | 62 | 22 | 0 | 116 | 14 | 112 | 112 | 66 |
| Binary | 10111000 | 11100000 | 110010 | 10010 | 0 | 1001110 | 1100 | 1001010 | 1001010 | 110110 |
Color Harmonies of #B8E032
Complementary color
Monochromatic Colors of #B8E032
Black with #B8E032
Text Example
Text Example
White with #B8E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E032; }
p { color: rgb(184,224,50); }
H1.HeaderClassName
{
color: #B8E032;
}
.AnyTagClassName
{
color: #B8E032;
}
</style>
background-color css
<style>
a { background-color: #B8E032; }
a { background-color: rgb(184,224,50); }
div.DivClassName
{
background-color: #B8E032;
}
.BgClassName
{
background-color: #B8E032;
}
</style>
border-color css
<style>
span { border-color: #B8E032; }
span { border-color: rgb(184,224,50); }
td.TdClassName
{
border-color: #B8E032;
}
.TagClassName
{
border-color: #B8E032;
}
</style>