Shades of Fuego #B5D133
Tints of Fuego #B5D133
RGB
CMYK
RGB Variations
Color information
#B5D133 (or 0xB5D133) is known color: Fuego. HEX triplet: B5, D1 and 33. RGB value is (181,209,51). Sum of RGB (Red+Green+Blue) = 181+209+51=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D133 is #4A2ECC. Grayscale: #B7B7B7. Windows color (decimal): -4861645 or 3396021. OLE color: 3396021.
HSL color Cylindrical-coordinate representation of color #B5D133: hue angle of 70.63º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5D133 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 51 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.18 |
| HSL | 70.63º | 0.63% | 0.51% | - |
| HSV(B) | 70.63º | 0.76% | 0.82% | - |
| XYZ | 42.45 | 55.66 | 11.64 | - |
| YUV | 182.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 51 | 0.13 | 0 | 0.76 | 0.18 | 70.63 | 0.63 | 0.51 |
| Hex | B5 | D1 | 33 | D | 0 | 4C | 12 | 47 | 3F | 33 |
| Octal | 265 | 321 | 63 | 15 | 0 | 114 | 22 | 107 | 77 | 63 |
| Binary | 10110101 | 11010001 | 110011 | 1101 | 0 | 1001100 | 10010 | 1000111 | 111111 | 110011 |
Color Harmonies of #B5D133
Complementary color
Monochromatic Colors of #B5D133
Black with #B5D133
Text Example
Text Example
White with #B5D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D133; }
p { color: rgb(181,209,51); }
H1.HeaderClassName
{
color: #B5D133;
}
.AnyTagClassName
{
color: #B5D133;
}
</style>
background-color css
<style>
a { background-color: #B5D133; }
a { background-color: rgb(181,209,51); }
div.DivClassName
{
background-color: #B5D133;
}
.BgClassName
{
background-color: #B5D133;
}
</style>
border-color css
<style>
span { border-color: #B5D133; }
span { border-color: rgb(181,209,51); }
td.TdClassName
{
border-color: #B5D133;
}
.TagClassName
{
border-color: #B5D133;
}
</style>