Shades of Fuego #B5D836
Tints of Fuego #B5D836
RGB
CMYK
RGB Variations
Color information
#B5D836 (or 0xB5D836) is known color: Fuego. HEX triplet: B5, D8 and 36. RGB value is (181,216,54). Sum of RGB (Red+Green+Blue) = 181+216+54=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D836 is #4A27C9. Grayscale: #BBBBBB. Windows color (decimal): -4859850 or 3594421. OLE color: 3594421.
HSL color Cylindrical-coordinate representation of color #B5D836: hue angle of 72.96º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5D836 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 54 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.15 |
| HSL | 72.96º | 0.68% | 0.53% | - |
| HSV(B) | 72.96º | 0.75% | 0.85% | - |
| XYZ | 44.28 | 59.2 | 12.58 | - |
| YUV | 187.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 54 | 0.16 | 0 | 0.75 | 0.15 | 72.96 | 0.68 | 0.53 |
| Hex | B5 | D8 | 36 | 10 | 0 | 4B | F | 49 | 44 | 35 |
| Octal | 265 | 330 | 66 | 20 | 0 | 113 | 17 | 111 | 104 | 65 |
| Binary | 10110101 | 11011000 | 110110 | 10000 | 0 | 1001011 | 1111 | 1001001 | 1000100 | 110101 |
Color Harmonies of #B5D836
Complementary color
Monochromatic Colors of #B5D836
Black with #B5D836
Text Example
Text Example
White with #B5D836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D836; }
p { color: rgb(181,216,54); }
H1.HeaderClassName
{
color: #B5D836;
}
.AnyTagClassName
{
color: #B5D836;
}
</style>
background-color css
<style>
a { background-color: #B5D836; }
a { background-color: rgb(181,216,54); }
div.DivClassName
{
background-color: #B5D836;
}
.BgClassName
{
background-color: #B5D836;
}
</style>
border-color css
<style>
span { border-color: #B5D836; }
span { border-color: rgb(181,216,54); }
td.TdClassName
{
border-color: #B5D836;
}
.TagClassName
{
border-color: #B5D836;
}
</style>