Shades of Fuego #B5E130
Tints of Fuego #B5E130
RGB
CMYK
RGB Variations
Color information
#B5E130 (or 0xB5E130) is known color: Fuego. HEX triplet: B5, E1 and 30. RGB value is (181,225,48). Sum of RGB (Red+Green+Blue) = 181+225+48=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E130 is #4A1ECF. Grayscale: #C0C0C0. Windows color (decimal): -4857552 or 3203509. OLE color: 3203509.
HSL color Cylindrical-coordinate representation of color #B5E130: hue angle of 74.92º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5E130 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 48 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.12 |
| HSL | 74.92º | 0.75% | 0.54% | - |
| HSV(B) | 74.92º | 0.79% | 0.88% | - |
| XYZ | 46.51 | 63.89 | 12.68 | - |
| YUV | 191.67 | 46.92 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 48 | 0.20 | 0 | 0.79 | 0.12 | 74.92 | 0.75 | 0.54 |
| Hex | B5 | E1 | 30 | 14 | 0 | 4F | C | 4B | 4B | 36 |
| Octal | 265 | 341 | 60 | 24 | 0 | 117 | 14 | 113 | 113 | 66 |
| Binary | 10110101 | 11100001 | 110000 | 10100 | 0 | 1001111 | 1100 | 1001011 | 1001011 | 110110 |
Color Harmonies of #B5E130
Complementary color
Monochromatic Colors of #B5E130
Black with #B5E130
Text Example
Text Example
White with #B5E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E130; }
p { color: rgb(181,225,48); }
H1.HeaderClassName
{
color: #B5E130;
}
.AnyTagClassName
{
color: #B5E130;
}
</style>
background-color css
<style>
a { background-color: #B5E130; }
a { background-color: rgb(181,225,48); }
div.DivClassName
{
background-color: #B5E130;
}
.BgClassName
{
background-color: #B5E130;
}
</style>
border-color css
<style>
span { border-color: #B5E130; }
span { border-color: rgb(181,225,48); }
td.TdClassName
{
border-color: #B5E130;
}
.TagClassName
{
border-color: #B5E130;
}
</style>