Shades of Fuego #B5E028
Tints of Fuego #B5E028
RGB
CMYK
RGB Variations
Color information
#B5E028 (or 0xB5E028) is known color: Fuego. HEX triplet: B5, E0 and 28. RGB value is (181,224,40). Sum of RGB (Red+Green+Blue) = 181+224+40=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E028 is #4A1FD7. Grayscale: #BEBEBE. Windows color (decimal): -4857816 or 2678965. OLE color: 2678965.
HSL color Cylindrical-coordinate representation of color #B5E028: hue angle of 74.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5E028 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 40 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.12 |
| HSL | 74.02º | 0.75% | 0.52% | - |
| HSV(B) | 74.02º | 0.82% | 0.88% | - |
| XYZ | 46.09 | 63.29 | 11.79 | - |
| YUV | 190.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 40 | 0.19 | 0 | 0.82 | 0.12 | 74.02 | 0.75 | 0.52 |
| Hex | B5 | E0 | 28 | 13 | 0 | 52 | C | 4A | 4B | 34 |
| Octal | 265 | 340 | 50 | 23 | 0 | 122 | 14 | 112 | 113 | 64 |
| Binary | 10110101 | 11100000 | 101000 | 10011 | 0 | 1010010 | 1100 | 1001010 | 1001011 | 110100 |
Color Harmonies of #B5E028
Complementary color
Monochromatic Colors of #B5E028
Black with #B5E028
Text Example
Text Example
White with #B5E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E028; }
p { color: rgb(181,224,40); }
H1.HeaderClassName
{
color: #B5E028;
}
.AnyTagClassName
{
color: #B5E028;
}
</style>
background-color css
<style>
a { background-color: #B5E028; }
a { background-color: rgb(181,224,40); }
div.DivClassName
{
background-color: #B5E028;
}
.BgClassName
{
background-color: #B5E028;
}
</style>
border-color css
<style>
span { border-color: #B5E028; }
span { border-color: rgb(181,224,40); }
td.TdClassName
{
border-color: #B5E028;
}
.TagClassName
{
border-color: #B5E028;
}
</style>