Shades of Fuego #B5E42A
Tints of Fuego #B5E42A
RGB
CMYK
RGB Variations
Color information
#B5E42A (or 0xB5E42A) is known color: Fuego. HEX triplet: B5, E4 and 2A. RGB value is (181,228,42). Sum of RGB (Red+Green+Blue) = 181+228+42=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E42A is #4A1BD5. Grayscale: #C1C1C1. Windows color (decimal): -4856790 or 2811061. OLE color: 2811061.
HSL color Cylindrical-coordinate representation of color #B5E42A: hue angle of 75.16º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5E42A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 42 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.11 |
| HSL | 75.16º | 0.78% | 0.53% | - |
| HSV(B) | 75.16º | 0.82% | 0.89% | - |
| XYZ | 47.22 | 65.48 | 12.34 | - |
| YUV | 192.74 | 42.93 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 42 | 0.21 | 0 | 0.82 | 0.11 | 75.16 | 0.78 | 0.53 |
| Hex | B5 | E4 | 2A | 15 | 0 | 52 | B | 4B | 4E | 35 |
| Octal | 265 | 344 | 52 | 25 | 0 | 122 | 13 | 113 | 116 | 65 |
| Binary | 10110101 | 11100100 | 101010 | 10101 | 0 | 1010010 | 1011 | 1001011 | 1001110 | 110101 |
Color Harmonies of #B5E42A
Complementary color
Monochromatic Colors of #B5E42A
Black with #B5E42A
Text Example
Text Example
White with #B5E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E42A; }
p { color: rgb(181,228,42); }
H1.HeaderClassName
{
color: #B5E42A;
}
.AnyTagClassName
{
color: #B5E42A;
}
</style>
background-color css
<style>
a { background-color: #B5E42A; }
a { background-color: rgb(181,228,42); }
div.DivClassName
{
background-color: #B5E42A;
}
.BgClassName
{
background-color: #B5E42A;
}
</style>
border-color css
<style>
span { border-color: #B5E42A; }
span { border-color: rgb(181,228,42); }
td.TdClassName
{
border-color: #B5E42A;
}
.TagClassName
{
border-color: #B5E42A;
}
</style>