Shades of Fuego #B5D834
Tints of Fuego #B5D834
RGB
CMYK
RGB Variations
Color information
#B5D834 (or 0xB5D834) is known color: Fuego. HEX triplet: B5, D8 and 34. RGB value is (181,216,52). Sum of RGB (Red+Green+Blue) = 181+216+52=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D834 is #4A27CB. Grayscale: #BBBBBB. Windows color (decimal): -4859852 or 3463349. OLE color: 3463349.
HSL color Cylindrical-coordinate representation of color #B5D834: hue angle of 72.8º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5D834 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 52 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.15 |
| HSL | 72.8º | 0.68% | 0.53% | - |
| HSV(B) | 72.8º | 0.76% | 0.85% | - |
| XYZ | 44.23 | 59.18 | 12.34 | - |
| YUV | 186.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 52 | 0.16 | 0 | 0.76 | 0.15 | 72.8 | 0.68 | 0.53 |
| Hex | B5 | D8 | 34 | 10 | 0 | 4C | F | 49 | 44 | 35 |
| Octal | 265 | 330 | 64 | 20 | 0 | 114 | 17 | 111 | 104 | 65 |
| Binary | 10110101 | 11011000 | 110100 | 10000 | 0 | 1001100 | 1111 | 1001001 | 1000100 | 110101 |
Color Harmonies of #B5D834
Complementary color
Monochromatic Colors of #B5D834
Black with #B5D834
Text Example
Text Example
White with #B5D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D834; }
p { color: rgb(181,216,52); }
H1.HeaderClassName
{
color: #B5D834;
}
.AnyTagClassName
{
color: #B5D834;
}
</style>
background-color css
<style>
a { background-color: #B5D834; }
a { background-color: rgb(181,216,52); }
div.DivClassName
{
background-color: #B5D834;
}
.BgClassName
{
background-color: #B5D834;
}
</style>
border-color css
<style>
span { border-color: #B5D834; }
span { border-color: rgb(181,216,52); }
td.TdClassName
{
border-color: #B5D834;
}
.TagClassName
{
border-color: #B5D834;
}
</style>