Shades of Fuego #B9E42F
Tints of Fuego #B9E42F
RGB
CMYK
RGB Variations
Color information
#B9E42F (or 0xB9E42F) is known color: Fuego. HEX triplet: B9, E4 and 2F. RGB value is (185,228,47). Sum of RGB (Red+Green+Blue) = 185+228+47=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E42F is #461BD0. Grayscale: #C3C3C3. Windows color (decimal): -4594641 or 3138745. OLE color: 3138745.
HSL color Cylindrical-coordinate representation of color #B9E42F: hue angle of 74.25º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9E42F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 47 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.11 |
| HSL | 74.25º | 0.77% | 0.54% | - |
| HSV(B) | 74.25º | 0.79% | 0.89% | - |
| XYZ | 48.26 | 66.01 | 12.89 | - |
| YUV | 194.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 47 | 0.19 | 0 | 0.79 | 0.11 | 74.25 | 0.77 | 0.54 |
| Hex | B9 | E4 | 2F | 13 | 0 | 4F | B | 4A | 4D | 36 |
| Octal | 271 | 344 | 57 | 23 | 0 | 117 | 13 | 112 | 115 | 66 |
| Binary | 10111001 | 11100100 | 101111 | 10011 | 0 | 1001111 | 1011 | 1001010 | 1001101 | 110110 |
Color Harmonies of #B9E42F
Complementary color
Monochromatic Colors of #B9E42F
Black with #B9E42F
Text Example
Text Example
White with #B9E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E42F; }
p { color: rgb(185,228,47); }
H1.HeaderClassName
{
color: #B9E42F;
}
.AnyTagClassName
{
color: #B9E42F;
}
</style>
background-color css
<style>
a { background-color: #B9E42F; }
a { background-color: rgb(185,228,47); }
div.DivClassName
{
background-color: #B9E42F;
}
.BgClassName
{
background-color: #B9E42F;
}
</style>
border-color css
<style>
span { border-color: #B9E42F; }
span { border-color: rgb(185,228,47); }
td.TdClassName
{
border-color: #B9E42F;
}
.TagClassName
{
border-color: #B9E42F;
}
</style>