Shades of Fuego #B1E52E
Tints of Fuego #B1E52E
RGB
CMYK
RGB Variations
Color information
#B1E52E (or 0xB1E52E) is known color: Fuego. HEX triplet: B1, E5 and 2E. RGB value is (177,229,46). Sum of RGB (Red+Green+Blue) = 177+229+46=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E52E is #4E1AD1. Grayscale: #C1C1C1. Windows color (decimal): -5118674 or 3073457. OLE color: 3073457.
HSL color Cylindrical-coordinate representation of color #B1E52E: hue angle of 77.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1E52E is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 46 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.10 |
| HSL | 77.05º | 0.78% | 0.54% | - |
| HSV(B) | 77.05º | 0.8% | 0.9% | - |
| XYZ | 46.64 | 65.58 | 12.79 | - |
| YUV | 192.59 | 45.27 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 46 | 0.23 | 0 | 0.80 | 0.10 | 77.05 | 0.78 | 0.54 |
| Hex | B1 | E5 | 2E | 17 | 0 | 50 | A | 4D | 4E | 36 |
| Octal | 261 | 345 | 56 | 27 | 0 | 120 | 12 | 115 | 116 | 66 |
| Binary | 10110001 | 11100101 | 101110 | 10111 | 0 | 1010000 | 1010 | 1001101 | 1001110 | 110110 |
Color Harmonies of #B1E52E
Complementary color
Monochromatic Colors of #B1E52E
Black with #B1E52E
Text Example
Text Example
White with #B1E52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E52E; }
p { color: rgb(177,229,46); }
H1.HeaderClassName
{
color: #B1E52E;
}
.AnyTagClassName
{
color: #B1E52E;
}
</style>
background-color css
<style>
a { background-color: #B1E52E; }
a { background-color: rgb(177,229,46); }
div.DivClassName
{
background-color: #B1E52E;
}
.BgClassName
{
background-color: #B1E52E;
}
</style>
border-color css
<style>
span { border-color: #B1E52E; }
span { border-color: rgb(177,229,46); }
td.TdClassName
{
border-color: #B1E52E;
}
.TagClassName
{
border-color: #B1E52E;
}
</style>