Shades of Fuego #B0E331
Tints of Fuego #B0E331
RGB
CMYK
RGB Variations
Color information
#B0E331 (or 0xB0E331) is known color: Fuego. HEX triplet: B0, E3 and 31. RGB value is (176,227,49). Sum of RGB (Red+Green+Blue) = 176+227+49=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E331 is #4F1CCE. Grayscale: #C0C0C0. Windows color (decimal): -5184719 or 3269552. OLE color: 3269552.
HSL color Cylindrical-coordinate representation of color #B0E331: hue angle of 77.19º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0E331 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 49 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.11 |
| HSL | 77.19º | 0.76% | 0.54% | - |
| HSV(B) | 77.19º | 0.78% | 0.89% | - |
| XYZ | 45.93 | 64.39 | 12.91 | - |
| YUV | 191.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 49 | 0.22 | 0 | 0.78 | 0.11 | 77.19 | 0.76 | 0.54 |
| Hex | B0 | E3 | 31 | 16 | 0 | 4E | B | 4D | 4C | 36 |
| Octal | 260 | 343 | 61 | 26 | 0 | 116 | 13 | 115 | 114 | 66 |
| Binary | 10110000 | 11100011 | 110001 | 10110 | 0 | 1001110 | 1011 | 1001101 | 1001100 | 110110 |
Color Harmonies of #B0E331
Complementary color
Monochromatic Colors of #B0E331
Black with #B0E331
Text Example
Text Example
White with #B0E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E331; }
p { color: rgb(176,227,49); }
H1.HeaderClassName
{
color: #B0E331;
}
.AnyTagClassName
{
color: #B0E331;
}
</style>
background-color css
<style>
a { background-color: #B0E331; }
a { background-color: rgb(176,227,49); }
div.DivClassName
{
background-color: #B0E331;
}
.BgClassName
{
background-color: #B0E331;
}
</style>
border-color css
<style>
span { border-color: #B0E331; }
span { border-color: rgb(176,227,49); }
td.TdClassName
{
border-color: #B0E331;
}
.TagClassName
{
border-color: #B0E331;
}
</style>