Shades of Fuego #B9E42E
Tints of Fuego #B9E42E
RGB
CMYK
RGB Variations
Color information
#B9E42E (or 0xB9E42E) is known color: Fuego. HEX triplet: B9, E4 and 2E. RGB value is (185,228,46). Sum of RGB (Red+Green+Blue) = 185+228+46=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E42E is #461BD1. Grayscale: #C3C3C3. Windows color (decimal): -4594642 or 3073209. OLE color: 3073209.
HSL color Cylindrical-coordinate representation of color #B9E42E: hue angle of 74.18º degrees, saturation: 0.77, 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 #B9E42E is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 46 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.11 |
| HSL | 74.18º | 0.77% | 0.54% | - |
| HSV(B) | 74.18º | 0.8% | 0.89% | - |
| XYZ | 48.24 | 66 | 12.78 | - |
| YUV | 194.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 46 | 0.19 | 0 | 0.80 | 0.11 | 74.18 | 0.77 | 0.54 |
| Hex | B9 | E4 | 2E | 13 | 0 | 50 | B | 4A | 4D | 36 |
| Octal | 271 | 344 | 56 | 23 | 0 | 120 | 13 | 112 | 115 | 66 |
| Binary | 10111001 | 11100100 | 101110 | 10011 | 0 | 1010000 | 1011 | 1001010 | 1001101 | 110110 |
Color Harmonies of #B9E42E
Complementary color
Monochromatic Colors of #B9E42E
Black with #B9E42E
Text Example
Text Example
White with #B9E42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E42E; }
p { color: rgb(185,228,46); }
H1.HeaderClassName
{
color: #B9E42E;
}
.AnyTagClassName
{
color: #B9E42E;
}
</style>
background-color css
<style>
a { background-color: #B9E42E; }
a { background-color: rgb(185,228,46); }
div.DivClassName
{
background-color: #B9E42E;
}
.BgClassName
{
background-color: #B9E42E;
}
</style>
border-color css
<style>
span { border-color: #B9E42E; }
span { border-color: rgb(185,228,46); }
td.TdClassName
{
border-color: #B9E42E;
}
.TagClassName
{
border-color: #B9E42E;
}
</style>