Shades of Fuego #B4E130
Tints of Fuego #B4E130
RGB
CMYK
RGB Variations
Color information
#B4E130 (or 0xB4E130) is known color: Fuego. HEX triplet: B4, E1 and 30. RGB value is (180,225,48). Sum of RGB (Red+Green+Blue) = 180+225+48=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E130 is #4B1ECF. Grayscale: #C0C0C0. Windows color (decimal): -4923088 or 3203508. OLE color: 3203508.
HSL color Cylindrical-coordinate representation of color #B4E130: hue angle of 75.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4E130 is Cyan = 0.2, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 48 | - |
| CMYK | 0.2 | 0 | 0.79 | 0.12 |
| HSL | 75.25º | 0.75% | 0.54% | - |
| HSV(B) | 75.25º | 0.79% | 0.88% | - |
| XYZ | 46.28 | 63.77 | 12.67 | - |
| YUV | 191.37 | 47.09 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 48 | 0.2 | 0 | 0.79 | 0.12 | 75.25 | 0.75 | 0.54 |
| Hex | B4 | E1 | 30 | 14 | 0 | 4F | C | 4B | 4B | 36 |
| Octal | 264 | 341 | 60 | 24 | 0 | 117 | 14 | 113 | 113 | 66 |
| Binary | 10110100 | 11100001 | 110000 | 10100 | 0 | 1001111 | 1100 | 1001011 | 1001011 | 110110 |
Color Harmonies of #B4E130
Complementary color
Monochromatic Colors of #B4E130
Black with #B4E130
Text Example
Text Example
White with #B4E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E130; }
p { color: rgb(180,225,48); }
H1.HeaderClassName
{
color: #B4E130;
}
.AnyTagClassName
{
color: #B4E130;
}
</style>
background-color css
<style>
a { background-color: #B4E130; }
a { background-color: rgb(180,225,48); }
div.DivClassName
{
background-color: #B4E130;
}
.BgClassName
{
background-color: #B4E130;
}
</style>
border-color css
<style>
span { border-color: #B4E130; }
span { border-color: rgb(180,225,48); }
td.TdClassName
{
border-color: #B4E130;
}
.TagClassName
{
border-color: #B4E130;
}
</style>