Shades of Fuego #B1E333
Tints of Fuego #B1E333
RGB
CMYK
RGB Variations
Color information
#B1E333 (or 0xB1E333) is known color: Fuego. HEX triplet: B1, E3 and 33. RGB value is (177,227,51). Sum of RGB (Red+Green+Blue) = 177+227+51=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E333 is #4E1CCC. Grayscale: #C0C0C0. Windows color (decimal): -5119181 or 3400625. OLE color: 3400625.
HSL color Cylindrical-coordinate representation of color #B1E333: hue angle of 77.05º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1E333 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 51 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.11 |
| HSL | 77.05º | 0.76% | 0.55% | - |
| HSV(B) | 77.05º | 0.78% | 0.89% | - |
| XYZ | 46.2 | 64.52 | 13.15 | - |
| YUV | 191.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 51 | 0.22 | 0 | 0.78 | 0.11 | 77.05 | 0.76 | 0.55 |
| Hex | B1 | E3 | 33 | 16 | 0 | 4E | B | 4D | 4C | 37 |
| Octal | 261 | 343 | 63 | 26 | 0 | 116 | 13 | 115 | 114 | 67 |
| Binary | 10110001 | 11100011 | 110011 | 10110 | 0 | 1001110 | 1011 | 1001101 | 1001100 | 110111 |
Color Harmonies of #B1E333
Complementary color
Monochromatic Colors of #B1E333
Black with #B1E333
Text Example
Text Example
White with #B1E333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E333; }
p { color: rgb(177,227,51); }
H1.HeaderClassName
{
color: #B1E333;
}
.AnyTagClassName
{
color: #B1E333;
}
</style>
background-color css
<style>
a { background-color: #B1E333; }
a { background-color: rgb(177,227,51); }
div.DivClassName
{
background-color: #B1E333;
}
.BgClassName
{
background-color: #B1E333;
}
</style>
border-color css
<style>
span { border-color: #B1E333; }
span { border-color: rgb(177,227,51); }
td.TdClassName
{
border-color: #B1E333;
}
.TagClassName
{
border-color: #B1E333;
}
</style>