Shades of Fuego #B7E42F
Tints of Fuego #B7E42F
RGB
CMYK
RGB Variations
Color information
#B7E42F (or 0xB7E42F) is known color: Fuego. HEX triplet: B7, E4 and 2F. RGB value is (183,228,47). Sum of RGB (Red+Green+Blue) = 183+228+47=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #B7E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E42F is #481BD0. Grayscale: #C2C2C2. Windows color (decimal): -4725713 or 3138743. OLE color: 3138743.
HSL color Cylindrical-coordinate representation of color #B7E42F: hue angle of 74.92º 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 #B7E42F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 228 | 47 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.11 |
| HSL | 74.92º | 0.77% | 0.54% | - |
| HSV(B) | 74.92º | 0.79% | 0.89% | - |
| XYZ | 47.78 | 65.76 | 12.86 | - |
| YUV | 193.91 | 45.09 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 228 | 47 | 0.20 | 0 | 0.79 | 0.11 | 74.92 | 0.77 | 0.54 |
| Hex | B7 | E4 | 2F | 14 | 0 | 4F | B | 4B | 4D | 36 |
| Octal | 267 | 344 | 57 | 24 | 0 | 117 | 13 | 113 | 115 | 66 |
| Binary | 10110111 | 11100100 | 101111 | 10100 | 0 | 1001111 | 1011 | 1001011 | 1001101 | 110110 |
Color Harmonies of #B7E42F
Complementary color
Monochromatic Colors of #B7E42F
Black with #B7E42F
Text Example
Text Example
White with #B7E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E42F; }
p { color: rgb(183,228,47); }
H1.HeaderClassName
{
color: #B7E42F;
}
.AnyTagClassName
{
color: #B7E42F;
}
</style>
background-color css
<style>
a { background-color: #B7E42F; }
a { background-color: rgb(183,228,47); }
div.DivClassName
{
background-color: #B7E42F;
}
.BgClassName
{
background-color: #B7E42F;
}
</style>
border-color css
<style>
span { border-color: #B7E42F; }
span { border-color: rgb(183,228,47); }
td.TdClassName
{
border-color: #B7E42F;
}
.TagClassName
{
border-color: #B7E42F;
}
</style>