Shades of Fuego #B5E431
Tints of Fuego #B5E431
RGB
CMYK
RGB Variations
Color information
#B5E431 (or 0xB5E431) is known color: Fuego. HEX triplet: B5, E4 and 31. RGB value is (181,228,49). Sum of RGB (Red+Green+Blue) = 181+228+49=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E431 is #4A1BCE. Grayscale: #C2C2C2. Windows color (decimal): -4856783 or 3269813. OLE color: 3269813.
HSL color Cylindrical-coordinate representation of color #B5E431: hue angle of 75.75º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5E431 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 49 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.11 |
| HSL | 75.75º | 0.77% | 0.54% | - |
| HSV(B) | 75.75º | 0.79% | 0.89% | - |
| XYZ | 47.35 | 65.53 | 13.06 | - |
| YUV | 193.54 | 46.43 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 49 | 0.21 | 0 | 0.79 | 0.11 | 75.75 | 0.77 | 0.54 |
| Hex | B5 | E4 | 31 | 15 | 0 | 4F | B | 4C | 4D | 36 |
| Octal | 265 | 344 | 61 | 25 | 0 | 117 | 13 | 114 | 115 | 66 |
| Binary | 10110101 | 11100100 | 110001 | 10101 | 0 | 1001111 | 1011 | 1001100 | 1001101 | 110110 |
Color Harmonies of #B5E431
Complementary color
Monochromatic Colors of #B5E431
Black with #B5E431
Text Example
Text Example
White with #B5E431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E431; }
p { color: rgb(181,228,49); }
H1.HeaderClassName
{
color: #B5E431;
}
.AnyTagClassName
{
color: #B5E431;
}
</style>
background-color css
<style>
a { background-color: #B5E431; }
a { background-color: rgb(181,228,49); }
div.DivClassName
{
background-color: #B5E431;
}
.BgClassName
{
background-color: #B5E431;
}
</style>
border-color css
<style>
span { border-color: #B5E431; }
span { border-color: rgb(181,228,49); }
td.TdClassName
{
border-color: #B5E431;
}
.TagClassName
{
border-color: #B5E431;
}
</style>