Shades of Fuego #B5E532
Tints of Fuego #B5E532
RGB
CMYK
RGB Variations
Color information
#B5E532 (or 0xB5E532) is known color: Fuego. HEX triplet: B5, E5 and 32. RGB value is (181,229,50). Sum of RGB (Red+Green+Blue) = 181+229+50=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E532 is #4A1ACD. Grayscale: #C2C2C2. Windows color (decimal): -4856526 or 3335605. OLE color: 3335605.
HSL color Cylindrical-coordinate representation of color #B5E532: hue angle of 76.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5E532 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 50 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.10 |
| HSL | 76.09º | 0.77% | 0.55% | - |
| HSV(B) | 76.09º | 0.78% | 0.9% | - |
| XYZ | 47.65 | 66.09 | 13.26 | - |
| YUV | 194.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 50 | 0.21 | 0 | 0.78 | 0.10 | 76.09 | 0.77 | 0.55 |
| Hex | B5 | E5 | 32 | 15 | 0 | 4E | A | 4C | 4D | 37 |
| Octal | 265 | 345 | 62 | 25 | 0 | 116 | 12 | 114 | 115 | 67 |
| Binary | 10110101 | 11100101 | 110010 | 10101 | 0 | 1001110 | 1010 | 1001100 | 1001101 | 110111 |
Color Harmonies of #B5E532
Complementary color
Monochromatic Colors of #B5E532
Black with #B5E532
Text Example
Text Example
White with #B5E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E532; }
p { color: rgb(181,229,50); }
H1.HeaderClassName
{
color: #B5E532;
}
.AnyTagClassName
{
color: #B5E532;
}
</style>
background-color css
<style>
a { background-color: #B5E532; }
a { background-color: rgb(181,229,50); }
div.DivClassName
{
background-color: #B5E532;
}
.BgClassName
{
background-color: #B5E532;
}
</style>
border-color css
<style>
span { border-color: #B5E532; }
span { border-color: rgb(181,229,50); }
td.TdClassName
{
border-color: #B5E532;
}
.TagClassName
{
border-color: #B5E532;
}
</style>