Shades of Fuego #B1E334
Tints of Fuego #B1E334
RGB
CMYK
RGB Variations
Color information
#B1E334 (or 0xB1E334) is known color: Fuego. HEX triplet: B1, E3 and 34. RGB value is (177,227,52). Sum of RGB (Red+Green+Blue) = 177+227+52=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E334 is #4E1CCB. Grayscale: #C0C0C0. Windows color (decimal): -5119180 or 3466161. OLE color: 3466161.
HSL color Cylindrical-coordinate representation of color #B1E334: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1E334 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 52 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.11 |
| HSL | 77.14º | 0.76% | 0.55% | - |
| HSV(B) | 77.14º | 0.77% | 0.89% | - |
| XYZ | 46.22 | 64.53 | 13.27 | - |
| YUV | 192.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 52 | 0.22 | 0 | 0.77 | 0.11 | 77.14 | 0.76 | 0.55 |
| Hex | B1 | E3 | 34 | 16 | 0 | 4D | B | 4D | 4C | 37 |
| Octal | 261 | 343 | 64 | 26 | 0 | 115 | 13 | 115 | 114 | 67 |
| Binary | 10110001 | 11100011 | 110100 | 10110 | 0 | 1001101 | 1011 | 1001101 | 1001100 | 110111 |
Color Harmonies of #B1E334
Complementary color
Monochromatic Colors of #B1E334
Black with #B1E334
Text Example
Text Example
White with #B1E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E334; }
p { color: rgb(177,227,52); }
H1.HeaderClassName
{
color: #B1E334;
}
.AnyTagClassName
{
color: #B1E334;
}
</style>
background-color css
<style>
a { background-color: #B1E334; }
a { background-color: rgb(177,227,52); }
div.DivClassName
{
background-color: #B1E334;
}
.BgClassName
{
background-color: #B1E334;
}
</style>
border-color css
<style>
span { border-color: #B1E334; }
span { border-color: rgb(177,227,52); }
td.TdClassName
{
border-color: #B1E334;
}
.TagClassName
{
border-color: #B1E334;
}
</style>