Shades of Fuego #B4D935
Tints of Fuego #B4D935
RGB
CMYK
RGB Variations
Color information
#B4D935 (or 0xB4D935) is known color: Fuego. HEX triplet: B4, D9 and 35. RGB value is (180,217,53). Sum of RGB (Red+Green+Blue) = 180+217+53=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D935 is #4B26CA. Grayscale: #BBBBBB. Windows color (decimal): -4925131 or 3529140. OLE color: 3529140.
HSL color Cylindrical-coordinate representation of color #B4D935: hue angle of 73.54º 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 #B4D935 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 53 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.15 |
| HSL | 73.54º | 0.68% | 0.53% | - |
| HSV(B) | 73.54º | 0.76% | 0.85% | - |
| XYZ | 44.28 | 59.59 | 12.54 | - |
| YUV | 187.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 53 | 0.17 | 0 | 0.76 | 0.15 | 73.54 | 0.68 | 0.53 |
| Hex | B4 | D9 | 35 | 11 | 0 | 4C | F | 4A | 44 | 35 |
| Octal | 264 | 331 | 65 | 21 | 0 | 114 | 17 | 112 | 104 | 65 |
| Binary | 10110100 | 11011001 | 110101 | 10001 | 0 | 1001100 | 1111 | 1001010 | 1000100 | 110101 |
Color Harmonies of #B4D935
Complementary color
Monochromatic Colors of #B4D935
Black with #B4D935
Text Example
Text Example
White with #B4D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D935; }
p { color: rgb(180,217,53); }
H1.HeaderClassName
{
color: #B4D935;
}
.AnyTagClassName
{
color: #B4D935;
}
</style>
background-color css
<style>
a { background-color: #B4D935; }
a { background-color: rgb(180,217,53); }
div.DivClassName
{
background-color: #B4D935;
}
.BgClassName
{
background-color: #B4D935;
}
</style>
border-color css
<style>
span { border-color: #B4D935; }
span { border-color: rgb(180,217,53); }
td.TdClassName
{
border-color: #B4D935;
}
.TagClassName
{
border-color: #B4D935;
}
</style>