Shades of Fuego #B5D031
Tints of Fuego #B5D031
RGB
CMYK
RGB Variations
Color information
#B5D031 (or 0xB5D031) is known color: Fuego. HEX triplet: B5, D0 and 31. RGB value is (181,208,49). Sum of RGB (Red+Green+Blue) = 181+208+49=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D031 is #4A2FCE. Grayscale: #B6B6B6. Windows color (decimal): -4861903 or 3264693. OLE color: 3264693.
HSL color Cylindrical-coordinate representation of color #B5D031: hue angle of 70.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5D031 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 49 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.18 |
| HSL | 70.19º | 0.63% | 0.5% | - |
| HSV(B) | 70.19º | 0.76% | 0.82% | - |
| XYZ | 42.17 | 55.16 | 11.33 | - |
| YUV | 181.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 49 | 0.13 | 0 | 0.76 | 0.18 | 70.19 | 0.63 | 0.5 |
| Hex | B5 | D0 | 31 | D | 0 | 4C | 12 | 46 | 3F | 32 |
| Octal | 265 | 320 | 61 | 15 | 0 | 114 | 22 | 106 | 77 | 62 |
| Binary | 10110101 | 11010000 | 110001 | 1101 | 0 | 1001100 | 10010 | 1000110 | 111111 | 110010 |
Color Harmonies of #B5D031
Complementary color
Monochromatic Colors of #B5D031
Black with #B5D031
Text Example
Text Example
White with #B5D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D031; }
p { color: rgb(181,208,49); }
H1.HeaderClassName
{
color: #B5D031;
}
.AnyTagClassName
{
color: #B5D031;
}
</style>
background-color css
<style>
a { background-color: #B5D031; }
a { background-color: rgb(181,208,49); }
div.DivClassName
{
background-color: #B5D031;
}
.BgClassName
{
background-color: #B5D031;
}
</style>
border-color css
<style>
span { border-color: #B5D031; }
span { border-color: rgb(181,208,49); }
td.TdClassName
{
border-color: #B5D031;
}
.TagClassName
{
border-color: #B5D031;
}
</style>