Shades of Fuego #B5E831
Tints of Fuego #B5E831
RGB
CMYK
RGB Variations
Color information
#B5E831 (or 0xB5E831) is known color: Fuego. HEX triplet: B5, E8 and 31. RGB value is (181,232,49). Sum of RGB (Red+Green+Blue) = 181+232+49=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E831 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E831 is #4A17CE. Grayscale: #C4C4C4. Windows color (decimal): -4855759 or 3270837. OLE color: 3270837.
HSL color Cylindrical-coordinate representation of color #B5E831: hue angle of 76.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5E831 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 49 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.09 |
| HSL | 76.72º | 0.8% | 0.55% | - |
| HSV(B) | 76.72º | 0.79% | 0.91% | - |
| XYZ | 48.47 | 67.76 | 13.43 | - |
| YUV | 195.89 | 45.1 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 49 | 0.22 | 0 | 0.79 | 0.09 | 76.72 | 0.8 | 0.55 |
| Hex | B5 | E8 | 31 | 16 | 0 | 4F | 9 | 4D | 50 | 37 |
| Octal | 265 | 350 | 61 | 26 | 0 | 117 | 11 | 115 | 120 | 67 |
| Binary | 10110101 | 11101000 | 110001 | 10110 | 0 | 1001111 | 1001 | 1001101 | 1010000 | 110111 |
Color Harmonies of #B5E831
Complementary color
Monochromatic Colors of #B5E831
Black with #B5E831
Text Example
Text Example
White with #B5E831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E831; }
p { color: rgb(181,232,49); }
H1.HeaderClassName
{
color: #B5E831;
}
.AnyTagClassName
{
color: #B5E831;
}
</style>
background-color css
<style>
a { background-color: #B5E831; }
a { background-color: rgb(181,232,49); }
div.DivClassName
{
background-color: #B5E831;
}
.BgClassName
{
background-color: #B5E831;
}
</style>
border-color css
<style>
span { border-color: #B5E831; }
span { border-color: rgb(181,232,49); }
td.TdClassName
{
border-color: #B5E831;
}
.TagClassName
{
border-color: #B5E831;
}
</style>