Shades of Fuego #B2E130
Tints of Fuego #B2E130
RGB
CMYK
RGB Variations
Color information
#B2E130 (or 0xB2E130) is known color: Fuego. HEX triplet: B2, E1 and 30. RGB value is (178,225,48). Sum of RGB (Red+Green+Blue) = 178+225+48=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E130 is #4D1ECF. Grayscale: #BFBFBF. Windows color (decimal): -5054160 or 3203506. OLE color: 3203506.
HSL color Cylindrical-coordinate representation of color #B2E130: hue angle of 75.93º 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 #B2E130 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 48 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.12 |
| HSL | 75.93º | 0.75% | 0.54% | - |
| HSV(B) | 75.93º | 0.79% | 0.88% | - |
| XYZ | 45.82 | 63.53 | 12.64 | - |
| YUV | 190.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 48 | 0.21 | 0 | 0.79 | 0.12 | 75.93 | 0.75 | 0.54 |
| Hex | B2 | E1 | 30 | 15 | 0 | 4F | C | 4C | 4B | 36 |
| Octal | 262 | 341 | 60 | 25 | 0 | 117 | 14 | 114 | 113 | 66 |
| Binary | 10110010 | 11100001 | 110000 | 10101 | 0 | 1001111 | 1100 | 1001100 | 1001011 | 110110 |
Color Harmonies of #B2E130
Complementary color
Monochromatic Colors of #B2E130
Black with #B2E130
Text Example
Text Example
White with #B2E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E130; }
p { color: rgb(178,225,48); }
H1.HeaderClassName
{
color: #B2E130;
}
.AnyTagClassName
{
color: #B2E130;
}
</style>
background-color css
<style>
a { background-color: #B2E130; }
a { background-color: rgb(178,225,48); }
div.DivClassName
{
background-color: #B2E130;
}
.BgClassName
{
background-color: #B2E130;
}
</style>
border-color css
<style>
span { border-color: #B2E130; }
span { border-color: rgb(178,225,48); }
td.TdClassName
{
border-color: #B2E130;
}
.TagClassName
{
border-color: #B2E130;
}
</style>