Shades of Fuego #B5E228
Tints of Fuego #B5E228
RGB
CMYK
RGB Variations
Color information
#B5E228 (or 0xB5E228) is known color: Fuego. HEX triplet: B5, E2 and 28. RGB value is (181,226,40). Sum of RGB (Red+Green+Blue) = 181+226+40=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E228 is #4A1DD7. Grayscale: #C0C0C0. Windows color (decimal): -4857304 or 2679477. OLE color: 2679477.
HSL color Cylindrical-coordinate representation of color #B5E228: hue angle of 74.52º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5E228 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 40 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.11 |
| HSL | 74.52º | 0.76% | 0.52% | - |
| HSV(B) | 74.52º | 0.82% | 0.89% | - |
| XYZ | 46.64 | 64.37 | 11.97 | - |
| YUV | 191.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 40 | 0.20 | 0 | 0.82 | 0.11 | 74.52 | 0.76 | 0.52 |
| Hex | B5 | E2 | 28 | 14 | 0 | 52 | B | 4B | 4C | 34 |
| Octal | 265 | 342 | 50 | 24 | 0 | 122 | 13 | 113 | 114 | 64 |
| Binary | 10110101 | 11100010 | 101000 | 10100 | 0 | 1010010 | 1011 | 1001011 | 1001100 | 110100 |
Color Harmonies of #B5E228
Complementary color
Monochromatic Colors of #B5E228
Black with #B5E228
Text Example
Text Example
White with #B5E228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E228; }
p { color: rgb(181,226,40); }
H1.HeaderClassName
{
color: #B5E228;
}
.AnyTagClassName
{
color: #B5E228;
}
</style>
background-color css
<style>
a { background-color: #B5E228; }
a { background-color: rgb(181,226,40); }
div.DivClassName
{
background-color: #B5E228;
}
.BgClassName
{
background-color: #B5E228;
}
</style>
border-color css
<style>
span { border-color: #B5E228; }
span { border-color: rgb(181,226,40); }
td.TdClassName
{
border-color: #B5E228;
}
.TagClassName
{
border-color: #B5E228;
}
</style>