Shades of Fuego #B5E22C
Tints of Fuego #B5E22C
RGB
CMYK
RGB Variations
Color information
#B5E22C (or 0xB5E22C) is known color: Fuego. HEX triplet: B5, E2 and 2C. RGB value is (181,226,44). Sum of RGB (Red+Green+Blue) = 181+226+44=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E22C is #4A1DD3. Grayscale: #C0C0C0. Windows color (decimal): -4857300 or 2941621. OLE color: 2941621.
HSL color Cylindrical-coordinate representation of color #B5E22C: hue angle of 74.84º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5E22C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 44 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.11 |
| HSL | 74.84º | 0.76% | 0.53% | - |
| HSV(B) | 74.84º | 0.81% | 0.89% | - |
| XYZ | 46.71 | 64.4 | 12.35 | - |
| YUV | 191.8 | 44.59 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 44 | 0.20 | 0 | 0.81 | 0.11 | 74.84 | 0.76 | 0.53 |
| Hex | B5 | E2 | 2C | 14 | 0 | 51 | B | 4B | 4C | 35 |
| Octal | 265 | 342 | 54 | 24 | 0 | 121 | 13 | 113 | 114 | 65 |
| Binary | 10110101 | 11100010 | 101100 | 10100 | 0 | 1010001 | 1011 | 1001011 | 1001100 | 110101 |
Color Harmonies of #B5E22C
Complementary color
Monochromatic Colors of #B5E22C
Black with #B5E22C
Text Example
Text Example
White with #B5E22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E22C; }
p { color: rgb(181,226,44); }
H1.HeaderClassName
{
color: #B5E22C;
}
.AnyTagClassName
{
color: #B5E22C;
}
</style>
background-color css
<style>
a { background-color: #B5E22C; }
a { background-color: rgb(181,226,44); }
div.DivClassName
{
background-color: #B5E22C;
}
.BgClassName
{
background-color: #B5E22C;
}
</style>
border-color css
<style>
span { border-color: #B5E22C; }
span { border-color: rgb(181,226,44); }
td.TdClassName
{
border-color: #B5E22C;
}
.TagClassName
{
border-color: #B5E22C;
}
</style>