Shades of Fuego #B5E42F
Tints of Fuego #B5E42F
RGB
CMYK
RGB Variations
Color information
#B5E42F (or 0xB5E42F) is known color: Fuego. HEX triplet: B5, E4 and 2F. RGB value is (181,228,47). Sum of RGB (Red+Green+Blue) = 181+228+47=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E42F is #4A1BD0. Grayscale: #C1C1C1. Windows color (decimal): -4856785 or 3138741. OLE color: 3138741.
HSL color Cylindrical-coordinate representation of color #B5E42F: hue angle of 75.58º 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 #B5E42F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 47 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.11 |
| HSL | 75.58º | 0.77% | 0.54% | - |
| HSV(B) | 75.58º | 0.79% | 0.89% | - |
| XYZ | 47.31 | 65.52 | 12.84 | - |
| YUV | 193.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 47 | 0.21 | 0 | 0.79 | 0.11 | 75.58 | 0.77 | 0.54 |
| Hex | B5 | E4 | 2F | 15 | 0 | 4F | B | 4C | 4D | 36 |
| Octal | 265 | 344 | 57 | 25 | 0 | 117 | 13 | 114 | 115 | 66 |
| Binary | 10110101 | 11100100 | 101111 | 10101 | 0 | 1001111 | 1011 | 1001100 | 1001101 | 110110 |
Color Harmonies of #B5E42F
Complementary color
Monochromatic Colors of #B5E42F
Black with #B5E42F
Text Example
Text Example
White with #B5E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E42F; }
p { color: rgb(181,228,47); }
H1.HeaderClassName
{
color: #B5E42F;
}
.AnyTagClassName
{
color: #B5E42F;
}
</style>
background-color css
<style>
a { background-color: #B5E42F; }
a { background-color: rgb(181,228,47); }
div.DivClassName
{
background-color: #B5E42F;
}
.BgClassName
{
background-color: #B5E42F;
}
</style>
border-color css
<style>
span { border-color: #B5E42F; }
span { border-color: rgb(181,228,47); }
td.TdClassName
{
border-color: #B5E42F;
}
.TagClassName
{
border-color: #B5E42F;
}
</style>