Shades of Fuego #B9E72E
Tints of Fuego #B9E72E
RGB
CMYK
RGB Variations
Color information
#B9E72E (or 0xB9E72E) is known color: Fuego. HEX triplet: B9, E7 and 2E. RGB value is (185,231,46). Sum of RGB (Red+Green+Blue) = 185+231+46=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E72E is #4618D1. Grayscale: #C4C4C4. Windows color (decimal): -4593874 or 3073977. OLE color: 3073977.
HSL color Cylindrical-coordinate representation of color #B9E72E: hue angle of 74.92º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9E72E is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 46 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.09 |
| HSL | 74.92º | 0.79% | 0.54% | - |
| HSV(B) | 74.92º | 0.8% | 0.91% | - |
| XYZ | 49.08 | 67.66 | 13.06 | - |
| YUV | 196.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 46 | 0.20 | 0 | 0.80 | 0.09 | 74.92 | 0.79 | 0.54 |
| Hex | B9 | E7 | 2E | 14 | 0 | 50 | 9 | 4B | 4F | 36 |
| Octal | 271 | 347 | 56 | 24 | 0 | 120 | 11 | 113 | 117 | 66 |
| Binary | 10111001 | 11100111 | 101110 | 10100 | 0 | 1010000 | 1001 | 1001011 | 1001111 | 110110 |
Color Harmonies of #B9E72E
Complementary color
Monochromatic Colors of #B9E72E
Black with #B9E72E
Text Example
Text Example
White with #B9E72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E72E; }
p { color: rgb(185,231,46); }
H1.HeaderClassName
{
color: #B9E72E;
}
.AnyTagClassName
{
color: #B9E72E;
}
</style>
background-color css
<style>
a { background-color: #B9E72E; }
a { background-color: rgb(185,231,46); }
div.DivClassName
{
background-color: #B9E72E;
}
.BgClassName
{
background-color: #B9E72E;
}
</style>
border-color css
<style>
span { border-color: #B9E72E; }
span { border-color: rgb(185,231,46); }
td.TdClassName
{
border-color: #B9E72E;
}
.TagClassName
{
border-color: #B9E72E;
}
</style>