Shades of Fuego #B5E133
Tints of Fuego #B5E133
RGB
CMYK
RGB Variations
Color information
#B5E133 (or 0xB5E133) is known color: Fuego. HEX triplet: B5, E1 and 33. RGB value is (181,225,51). Sum of RGB (Red+Green+Blue) = 181+225+51=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E133 is #4A1ECC. Grayscale: #C0C0C0. Windows color (decimal): -4857549 or 3400117. OLE color: 3400117.
HSL color Cylindrical-coordinate representation of color #B5E133: hue angle of 75.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5E133 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 51 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.12 |
| HSL | 75.17º | 0.74% | 0.54% | - |
| HSV(B) | 75.17º | 0.77% | 0.88% | - |
| XYZ | 46.58 | 63.91 | 13.01 | - |
| YUV | 192.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 51 | 0.20 | 0 | 0.77 | 0.12 | 75.17 | 0.74 | 0.54 |
| Hex | B5 | E1 | 33 | 14 | 0 | 4D | C | 4B | 4A | 36 |
| Octal | 265 | 341 | 63 | 24 | 0 | 115 | 14 | 113 | 112 | 66 |
| Binary | 10110101 | 11100001 | 110011 | 10100 | 0 | 1001101 | 1100 | 1001011 | 1001010 | 110110 |
Color Harmonies of #B5E133
Complementary color
Monochromatic Colors of #B5E133
Black with #B5E133
Text Example
Text Example
White with #B5E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E133; }
p { color: rgb(181,225,51); }
H1.HeaderClassName
{
color: #B5E133;
}
.AnyTagClassName
{
color: #B5E133;
}
</style>
background-color css
<style>
a { background-color: #B5E133; }
a { background-color: rgb(181,225,51); }
div.DivClassName
{
background-color: #B5E133;
}
.BgClassName
{
background-color: #B5E133;
}
</style>
border-color css
<style>
span { border-color: #B5E133; }
span { border-color: rgb(181,225,51); }
td.TdClassName
{
border-color: #B5E133;
}
.TagClassName
{
border-color: #B5E133;
}
</style>