Shades of Fuego #B5D932
Tints of Fuego #B5D932
RGB
CMYK
RGB Variations
Color information
#B5D932 (or 0xB5D932) is known color: Fuego. HEX triplet: B5, D9 and 32. RGB value is (181,217,50). Sum of RGB (Red+Green+Blue) = 181+217+50=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D932 is #4A26CD. Grayscale: #BBBBBB. Windows color (decimal): -4859598 or 3332533. OLE color: 3332533.
HSL color Cylindrical-coordinate representation of color #B5D932: hue angle of 72.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5D932 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 50 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.15 |
| HSL | 72.93º | 0.69% | 0.52% | - |
| HSV(B) | 72.93º | 0.77% | 0.85% | - |
| XYZ | 44.44 | 59.68 | 12.19 | - |
| YUV | 187.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 50 | 0.17 | 0 | 0.77 | 0.15 | 72.93 | 0.69 | 0.52 |
| Hex | B5 | D9 | 32 | 11 | 0 | 4D | F | 49 | 45 | 34 |
| Octal | 265 | 331 | 62 | 21 | 0 | 115 | 17 | 111 | 105 | 64 |
| Binary | 10110101 | 11011001 | 110010 | 10001 | 0 | 1001101 | 1111 | 1001001 | 1000101 | 110100 |
Color Harmonies of #B5D932
Complementary color
Monochromatic Colors of #B5D932
Black with #B5D932
Text Example
Text Example
White with #B5D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D932; }
p { color: rgb(181,217,50); }
H1.HeaderClassName
{
color: #B5D932;
}
.AnyTagClassName
{
color: #B5D932;
}
</style>
background-color css
<style>
a { background-color: #B5D932; }
a { background-color: rgb(181,217,50); }
div.DivClassName
{
background-color: #B5D932;
}
.BgClassName
{
background-color: #B5D932;
}
</style>
border-color css
<style>
span { border-color: #B5D932; }
span { border-color: rgb(181,217,50); }
td.TdClassName
{
border-color: #B5D932;
}
.TagClassName
{
border-color: #B5D932;
}
</style>