Shades of Fuego #B5E128
Tints of Fuego #B5E128
RGB
CMYK
RGB Variations
Color information
#B5E128 (or 0xB5E128) is known color: Fuego. HEX triplet: B5, E1 and 28. RGB value is (181,225,40). Sum of RGB (Red+Green+Blue) = 181+225+40=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E128 is #4A1ED7. Grayscale: #BFBFBF. Windows color (decimal): -4857560 or 2679221. OLE color: 2679221.
HSL color Cylindrical-coordinate representation of color #B5E128: hue angle of 74.27º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5E128 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 40 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.12 |
| HSL | 74.27º | 0.76% | 0.52% | - |
| HSV(B) | 74.27º | 0.82% | 0.88% | - |
| XYZ | 46.36 | 63.83 | 11.88 | - |
| YUV | 190.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 40 | 0.20 | 0 | 0.82 | 0.12 | 74.27 | 0.76 | 0.52 |
| Hex | B5 | E1 | 28 | 14 | 0 | 52 | C | 4A | 4C | 34 |
| Octal | 265 | 341 | 50 | 24 | 0 | 122 | 14 | 112 | 114 | 64 |
| Binary | 10110101 | 11100001 | 101000 | 10100 | 0 | 1010010 | 1100 | 1001010 | 1001100 | 110100 |
Color Harmonies of #B5E128
Complementary color
Monochromatic Colors of #B5E128
Black with #B5E128
Text Example
Text Example
White with #B5E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E128; }
p { color: rgb(181,225,40); }
H1.HeaderClassName
{
color: #B5E128;
}
.AnyTagClassName
{
color: #B5E128;
}
</style>
background-color css
<style>
a { background-color: #B5E128; }
a { background-color: rgb(181,225,40); }
div.DivClassName
{
background-color: #B5E128;
}
.BgClassName
{
background-color: #B5E128;
}
</style>
border-color css
<style>
span { border-color: #B5E128; }
span { border-color: rgb(181,225,40); }
td.TdClassName
{
border-color: #B5E128;
}
.TagClassName
{
border-color: #B5E128;
}
</style>