Shades of Fuego #B5E52B
Tints of Fuego #B5E52B
RGB
CMYK
RGB Variations
Color information
#B5E52B (or 0xB5E52B) is known color: Fuego. HEX triplet: B5, E5 and 2B. RGB value is (181,229,43). Sum of RGB (Red+Green+Blue) = 181+229+43=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E52B is #4A1AD4. Grayscale: #C2C2C2. Windows color (decimal): -4856533 or 2876853. OLE color: 2876853.
HSL color Cylindrical-coordinate representation of color #B5E52B: hue angle of 75.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5E52B is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 43 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.10 |
| HSL | 75.48º | 0.78% | 0.53% | - |
| HSV(B) | 75.48º | 0.81% | 0.9% | - |
| XYZ | 47.51 | 66.04 | 12.53 | - |
| YUV | 193.44 | 43.1 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 43 | 0.21 | 0 | 0.81 | 0.10 | 75.48 | 0.78 | 0.53 |
| Hex | B5 | E5 | 2B | 15 | 0 | 51 | A | 4B | 4E | 35 |
| Octal | 265 | 345 | 53 | 25 | 0 | 121 | 12 | 113 | 116 | 65 |
| Binary | 10110101 | 11100101 | 101011 | 10101 | 0 | 1010001 | 1010 | 1001011 | 1001110 | 110101 |
Color Harmonies of #B5E52B
Complementary color
Monochromatic Colors of #B5E52B
Black with #B5E52B
Text Example
Text Example
White with #B5E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E52B; }
p { color: rgb(181,229,43); }
H1.HeaderClassName
{
color: #B5E52B;
}
.AnyTagClassName
{
color: #B5E52B;
}
</style>
background-color css
<style>
a { background-color: #B5E52B; }
a { background-color: rgb(181,229,43); }
div.DivClassName
{
background-color: #B5E52B;
}
.BgClassName
{
background-color: #B5E52B;
}
</style>
border-color css
<style>
span { border-color: #B5E52B; }
span { border-color: rgb(181,229,43); }
td.TdClassName
{
border-color: #B5E52B;
}
.TagClassName
{
border-color: #B5E52B;
}
</style>