Shades of Fuego #B5E134
Tints of Fuego #B5E134
RGB
CMYK
RGB Variations
Color information
#B5E134 (or 0xB5E134) is known color: Fuego. HEX triplet: B5, E1 and 34. RGB value is (181,225,52). Sum of RGB (Red+Green+Blue) = 181+225+52=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E134 is #4A1ECB. Grayscale: #C0C0C0. Windows color (decimal): -4857548 or 3465653. OLE color: 3465653.
HSL color Cylindrical-coordinate representation of color #B5E134: hue angle of 75.26º 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 #B5E134 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 52 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.12 |
| HSL | 75.26º | 0.74% | 0.54% | - |
| HSV(B) | 75.26º | 0.77% | 0.88% | - |
| XYZ | 46.6 | 63.92 | 13.13 | - |
| YUV | 192.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 52 | 0.20 | 0 | 0.77 | 0.12 | 75.26 | 0.74 | 0.54 |
| Hex | B5 | E1 | 34 | 14 | 0 | 4D | C | 4B | 4A | 36 |
| Octal | 265 | 341 | 64 | 24 | 0 | 115 | 14 | 113 | 112 | 66 |
| Binary | 10110101 | 11100001 | 110100 | 10100 | 0 | 1001101 | 1100 | 1001011 | 1001010 | 110110 |
Color Harmonies of #B5E134
Complementary color
Monochromatic Colors of #B5E134
Black with #B5E134
Text Example
Text Example
White with #B5E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E134; }
p { color: rgb(181,225,52); }
H1.HeaderClassName
{
color: #B5E134;
}
.AnyTagClassName
{
color: #B5E134;
}
</style>
background-color css
<style>
a { background-color: #B5E134; }
a { background-color: rgb(181,225,52); }
div.DivClassName
{
background-color: #B5E134;
}
.BgClassName
{
background-color: #B5E134;
}
</style>
border-color css
<style>
span { border-color: #B5E134; }
span { border-color: rgb(181,225,52); }
td.TdClassName
{
border-color: #B5E134;
}
.TagClassName
{
border-color: #B5E134;
}
</style>