Shades of Fuego #B9E52C
Tints of Fuego #B9E52C
RGB
CMYK
RGB Variations
Color information
#B9E52C (or 0xB9E52C) is known color: Fuego. HEX triplet: B9, E5 and 2C. RGB value is (185,229,44). Sum of RGB (Red+Green+Blue) = 185+229+44=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E52C is #461AD3. Grayscale: #C3C3C3. Windows color (decimal): -4594388 or 2942393. OLE color: 2942393.
HSL color Cylindrical-coordinate representation of color #B9E52C: hue angle of 74.27º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9E52C is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 44 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.10 |
| HSL | 74.27º | 0.78% | 0.54% | - |
| HSV(B) | 74.27º | 0.81% | 0.9% | - |
| XYZ | 48.48 | 66.53 | 12.67 | - |
| YUV | 194.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 44 | 0.19 | 0 | 0.81 | 0.10 | 74.27 | 0.78 | 0.54 |
| Hex | B9 | E5 | 2C | 13 | 0 | 51 | A | 4A | 4E | 36 |
| Octal | 271 | 345 | 54 | 23 | 0 | 121 | 12 | 112 | 116 | 66 |
| Binary | 10111001 | 11100101 | 101100 | 10011 | 0 | 1010001 | 1010 | 1001010 | 1001110 | 110110 |
Color Harmonies of #B9E52C
Complementary color
Monochromatic Colors of #B9E52C
Black with #B9E52C
Text Example
Text Example
White with #B9E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E52C; }
p { color: rgb(185,229,44); }
H1.HeaderClassName
{
color: #B9E52C;
}
.AnyTagClassName
{
color: #B9E52C;
}
</style>
background-color css
<style>
a { background-color: #B9E52C; }
a { background-color: rgb(185,229,44); }
div.DivClassName
{
background-color: #B9E52C;
}
.BgClassName
{
background-color: #B9E52C;
}
</style>
border-color css
<style>
span { border-color: #B9E52C; }
span { border-color: rgb(185,229,44); }
td.TdClassName
{
border-color: #B9E52C;
}
.TagClassName
{
border-color: #B9E52C;
}
</style>