Shades of Fuego #B8E42A
Tints of Fuego #B8E42A
RGB
CMYK
RGB Variations
Color information
#B8E42A (or 0xB8E42A) is known color: Fuego. HEX triplet: B8, E4 and 2A. RGB value is (184,228,42). Sum of RGB (Red+Green+Blue) = 184+228+42=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E42A is #471BD5. Grayscale: #C2C2C2. Windows color (decimal): -4660182 or 2811064. OLE color: 2811064.
HSL color Cylindrical-coordinate representation of color #B8E42A: hue angle of 74.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8E42A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 42 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.11 |
| HSL | 74.19º | 0.78% | 0.53% | - |
| HSV(B) | 74.19º | 0.82% | 0.89% | - |
| XYZ | 47.93 | 65.84 | 12.37 | - |
| YUV | 193.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 42 | 0.19 | 0 | 0.82 | 0.11 | 74.19 | 0.78 | 0.53 |
| Hex | B8 | E4 | 2A | 13 | 0 | 52 | B | 4A | 4E | 35 |
| Octal | 270 | 344 | 52 | 23 | 0 | 122 | 13 | 112 | 116 | 65 |
| Binary | 10111000 | 11100100 | 101010 | 10011 | 0 | 1010010 | 1011 | 1001010 | 1001110 | 110101 |
Color Harmonies of #B8E42A
Complementary color
Monochromatic Colors of #B8E42A
Black with #B8E42A
Text Example
Text Example
White with #B8E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E42A; }
p { color: rgb(184,228,42); }
H1.HeaderClassName
{
color: #B8E42A;
}
.AnyTagClassName
{
color: #B8E42A;
}
</style>
background-color css
<style>
a { background-color: #B8E42A; }
a { background-color: rgb(184,228,42); }
div.DivClassName
{
background-color: #B8E42A;
}
.BgClassName
{
background-color: #B8E42A;
}
</style>
border-color css
<style>
span { border-color: #B8E42A; }
span { border-color: rgb(184,228,42); }
td.TdClassName
{
border-color: #B8E42A;
}
.TagClassName
{
border-color: #B8E42A;
}
</style>