Shades of Fuego #B1E134
Tints of Fuego #B1E134
RGB
CMYK
RGB Variations
Color information
#B1E134 (or 0xB1E134) is known color: Fuego. HEX triplet: B1, E1 and 34. RGB value is (177,225,52). Sum of RGB (Red+Green+Blue) = 177+225+52=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E134 is #4E1ECB. Grayscale: #BFBFBF. Windows color (decimal): -5119692 or 3465649. OLE color: 3465649.
HSL color Cylindrical-coordinate representation of color #B1E134: hue angle of 76.65º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1E134 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 52 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.12 |
| HSL | 76.65º | 0.74% | 0.54% | - |
| HSV(B) | 76.65º | 0.77% | 0.88% | - |
| XYZ | 45.68 | 63.45 | 13.09 | - |
| YUV | 190.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 52 | 0.21 | 0 | 0.77 | 0.12 | 76.65 | 0.74 | 0.54 |
| Hex | B1 | E1 | 34 | 15 | 0 | 4D | C | 4D | 4A | 36 |
| Octal | 261 | 341 | 64 | 25 | 0 | 115 | 14 | 115 | 112 | 66 |
| Binary | 10110001 | 11100001 | 110100 | 10101 | 0 | 1001101 | 1100 | 1001101 | 1001010 | 110110 |
Color Harmonies of #B1E134
Complementary color
Monochromatic Colors of #B1E134
Black with #B1E134
Text Example
Text Example
White with #B1E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E134; }
p { color: rgb(177,225,52); }
H1.HeaderClassName
{
color: #B1E134;
}
.AnyTagClassName
{
color: #B1E134;
}
</style>
background-color css
<style>
a { background-color: #B1E134; }
a { background-color: rgb(177,225,52); }
div.DivClassName
{
background-color: #B1E134;
}
.BgClassName
{
background-color: #B1E134;
}
</style>
border-color css
<style>
span { border-color: #B1E134; }
span { border-color: rgb(177,225,52); }
td.TdClassName
{
border-color: #B1E134;
}
.TagClassName
{
border-color: #B1E134;
}
</style>