Shades of Fuego #B1E533
Tints of Fuego #B1E533
RGB
CMYK
RGB Variations
Color information
#B1E533 (or 0xB1E533) is known color: Fuego. HEX triplet: B1, E5 and 33. RGB value is (177,229,51). Sum of RGB (Red+Green+Blue) = 177+229+51=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E533 is #4E1ACC. Grayscale: #C1C1C1. Windows color (decimal): -5118669 or 3401137. OLE color: 3401137.
HSL color Cylindrical-coordinate representation of color #B1E533: hue angle of 77.53º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1E533 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 51 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.10 |
| HSL | 77.53º | 0.77% | 0.55% | - |
| HSV(B) | 77.53º | 0.78% | 0.9% | - |
| XYZ | 46.75 | 65.62 | 13.33 | - |
| YUV | 193.16 | 47.77 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 51 | 0.23 | 0 | 0.78 | 0.10 | 77.53 | 0.77 | 0.55 |
| Hex | B1 | E5 | 33 | 17 | 0 | 4E | A | 4E | 4D | 37 |
| Octal | 261 | 345 | 63 | 27 | 0 | 116 | 12 | 116 | 115 | 67 |
| Binary | 10110001 | 11100101 | 110011 | 10111 | 0 | 1001110 | 1010 | 1001110 | 1001101 | 110111 |
Color Harmonies of #B1E533
Complementary color
Monochromatic Colors of #B1E533
Black with #B1E533
Text Example
Text Example
White with #B1E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E533; }
p { color: rgb(177,229,51); }
H1.HeaderClassName
{
color: #B1E533;
}
.AnyTagClassName
{
color: #B1E533;
}
</style>
background-color css
<style>
a { background-color: #B1E533; }
a { background-color: rgb(177,229,51); }
div.DivClassName
{
background-color: #B1E533;
}
.BgClassName
{
background-color: #B1E533;
}
</style>
border-color css
<style>
span { border-color: #B1E533; }
span { border-color: rgb(177,229,51); }
td.TdClassName
{
border-color: #B1E533;
}
.TagClassName
{
border-color: #B1E533;
}
</style>