Shades of Fuego #B0E132
Tints of Fuego #B0E132
RGB
CMYK
RGB Variations
Color information
#B0E132 (or 0xB0E132) is known color: Fuego. HEX triplet: B0, E1 and 32. RGB value is (176,225,50). Sum of RGB (Red+Green+Blue) = 176+225+50=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E132 is #4F1ECD. Grayscale: #BFBFBF. Windows color (decimal): -5185230 or 3334576. OLE color: 3334576.
HSL color Cylindrical-coordinate representation of color #B0E132: hue angle of 76.8º 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 #B0E132 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 50 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.12 |
| HSL | 76.8º | 0.74% | 0.54% | - |
| HSV(B) | 76.8º | 0.78% | 0.88% | - |
| XYZ | 45.41 | 63.31 | 12.84 | - |
| YUV | 190.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 50 | 0.22 | 0 | 0.78 | 0.12 | 76.8 | 0.74 | 0.54 |
| Hex | B0 | E1 | 32 | 16 | 0 | 4E | C | 4D | 4A | 36 |
| Octal | 260 | 341 | 62 | 26 | 0 | 116 | 14 | 115 | 112 | 66 |
| Binary | 10110000 | 11100001 | 110010 | 10110 | 0 | 1001110 | 1100 | 1001101 | 1001010 | 110110 |
Color Harmonies of #B0E132
Complementary color
Monochromatic Colors of #B0E132
Black with #B0E132
Text Example
Text Example
White with #B0E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E132; }
p { color: rgb(176,225,50); }
H1.HeaderClassName
{
color: #B0E132;
}
.AnyTagClassName
{
color: #B0E132;
}
</style>
background-color css
<style>
a { background-color: #B0E132; }
a { background-color: rgb(176,225,50); }
div.DivClassName
{
background-color: #B0E132;
}
.BgClassName
{
background-color: #B0E132;
}
</style>
border-color css
<style>
span { border-color: #B0E132; }
span { border-color: rgb(176,225,50); }
td.TdClassName
{
border-color: #B0E132;
}
.TagClassName
{
border-color: #B0E132;
}
</style>