Shades of Fuego #B5D935
Tints of Fuego #B5D935
RGB
CMYK
RGB Variations
Color information
#B5D935 (or 0xB5D935) is known color: Fuego. HEX triplet: B5, D9 and 35. RGB value is (181,217,53). Sum of RGB (Red+Green+Blue) = 181+217+53=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D935 is #4A26CA. Grayscale: #BCBCBC. Windows color (decimal): -4859595 or 3529141. OLE color: 3529141.
HSL color Cylindrical-coordinate representation of color #B5D935: hue angle of 73.17º 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 #B5D935 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 53 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.15 |
| HSL | 73.17º | 0.68% | 0.53% | - |
| HSV(B) | 73.17º | 0.76% | 0.85% | - |
| XYZ | 44.51 | 59.71 | 12.55 | - |
| YUV | 187.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 53 | 0.17 | 0 | 0.76 | 0.15 | 73.17 | 0.68 | 0.53 |
| Hex | B5 | D9 | 35 | 11 | 0 | 4C | F | 49 | 44 | 35 |
| Octal | 265 | 331 | 65 | 21 | 0 | 114 | 17 | 111 | 104 | 65 |
| Binary | 10110101 | 11011001 | 110101 | 10001 | 0 | 1001100 | 1111 | 1001001 | 1000100 | 110101 |
Color Harmonies of #B5D935
Complementary color
Monochromatic Colors of #B5D935
Black with #B5D935
Text Example
Text Example
White with #B5D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D935; }
p { color: rgb(181,217,53); }
H1.HeaderClassName
{
color: #B5D935;
}
.AnyTagClassName
{
color: #B5D935;
}
</style>
background-color css
<style>
a { background-color: #B5D935; }
a { background-color: rgb(181,217,53); }
div.DivClassName
{
background-color: #B5D935;
}
.BgClassName
{
background-color: #B5D935;
}
</style>
border-color css
<style>
span { border-color: #B5D935; }
span { border-color: rgb(181,217,53); }
td.TdClassName
{
border-color: #B5D935;
}
.TagClassName
{
border-color: #B5D935;
}
</style>