Shades of Fuego #B5E731
Tints of Fuego #B5E731
RGB
CMYK
RGB Variations
Color information
#B5E731 (or 0xB5E731) is known color: Fuego. HEX triplet: B5, E7 and 31. RGB value is (181,231,49). Sum of RGB (Red+Green+Blue) = 181+231+49=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E731 is #4A18CE. Grayscale: #C3C3C3. Windows color (decimal): -4856015 or 3270581. OLE color: 3270581.
HSL color Cylindrical-coordinate representation of color #B5E731: hue angle of 76.48º degrees, saturation: 0.79, 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 #B5E731 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 49 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.09 |
| HSL | 76.48º | 0.79% | 0.55% | - |
| HSV(B) | 76.48º | 0.79% | 0.91% | - |
| XYZ | 48.19 | 67.2 | 13.34 | - |
| YUV | 195.3 | 45.44 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 49 | 0.22 | 0 | 0.79 | 0.09 | 76.48 | 0.79 | 0.55 |
| Hex | B5 | E7 | 31 | 16 | 0 | 4F | 9 | 4C | 4F | 37 |
| Octal | 265 | 347 | 61 | 26 | 0 | 117 | 11 | 114 | 117 | 67 |
| Binary | 10110101 | 11100111 | 110001 | 10110 | 0 | 1001111 | 1001 | 1001100 | 1001111 | 110111 |
Color Harmonies of #B5E731
Complementary color
Monochromatic Colors of #B5E731
Black with #B5E731
Text Example
Text Example
White with #B5E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E731; }
p { color: rgb(181,231,49); }
H1.HeaderClassName
{
color: #B5E731;
}
.AnyTagClassName
{
color: #B5E731;
}
</style>
background-color css
<style>
a { background-color: #B5E731; }
a { background-color: rgb(181,231,49); }
div.DivClassName
{
background-color: #B5E731;
}
.BgClassName
{
background-color: #B5E731;
}
</style>
border-color css
<style>
span { border-color: #B5E731; }
span { border-color: rgb(181,231,49); }
td.TdClassName
{
border-color: #B5E731;
}
.TagClassName
{
border-color: #B5E731;
}
</style>