Shades of Fuego #B8E32E
Tints of Fuego #B8E32E
RGB
CMYK
RGB Variations
Color information
#B8E32E (or 0xB8E32E) is known color: Fuego. HEX triplet: B8, E3 and 2E. RGB value is (184,227,46). Sum of RGB (Red+Green+Blue) = 184+227+46=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #B8E32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E32E is #471CD1. Grayscale: #C2C2C2. Windows color (decimal): -4660434 or 3072952. OLE color: 3072952.
HSL color Cylindrical-coordinate representation of color #B8E32E: hue angle of 74.25º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8E32E is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 227 | 46 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.11 |
| HSL | 74.25º | 0.76% | 0.54% | - |
| HSV(B) | 74.25º | 0.8% | 0.89% | - |
| XYZ | 47.73 | 65.33 | 12.68 | - |
| YUV | 193.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 227 | 46 | 0.19 | 0 | 0.80 | 0.11 | 74.25 | 0.76 | 0.54 |
| Hex | B8 | E3 | 2E | 13 | 0 | 50 | B | 4A | 4C | 36 |
| Octal | 270 | 343 | 56 | 23 | 0 | 120 | 13 | 112 | 114 | 66 |
| Binary | 10111000 | 11100011 | 101110 | 10011 | 0 | 1010000 | 1011 | 1001010 | 1001100 | 110110 |
Color Harmonies of #B8E32E
Complementary color
Monochromatic Colors of #B8E32E
Black with #B8E32E
Text Example
Text Example
White with #B8E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E32E; }
p { color: rgb(184,227,46); }
H1.HeaderClassName
{
color: #B8E32E;
}
.AnyTagClassName
{
color: #B8E32E;
}
</style>
background-color css
<style>
a { background-color: #B8E32E; }
a { background-color: rgb(184,227,46); }
div.DivClassName
{
background-color: #B8E32E;
}
.BgClassName
{
background-color: #B8E32E;
}
</style>
border-color css
<style>
span { border-color: #B8E32E; }
span { border-color: rgb(184,227,46); }
td.TdClassName
{
border-color: #B8E32E;
}
.TagClassName
{
border-color: #B8E32E;
}
</style>