Shades of Fuego #B6E42F
Tints of Fuego #B6E42F
RGB
CMYK
RGB Variations
Color information
#B6E42F (or 0xB6E42F) is known color: Fuego. HEX triplet: B6, E4 and 2F. RGB value is (182,228,47). Sum of RGB (Red+Green+Blue) = 182+228+47=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E42F is #491BD0. Grayscale: #C2C2C2. Windows color (decimal): -4791249 or 3138742. OLE color: 3138742.
HSL color Cylindrical-coordinate representation of color #B6E42F: hue angle of 75.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 #B6E42F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 228 | 47 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.11 |
| HSL | 75.25º | 0.77% | 0.54% | - |
| HSV(B) | 75.25º | 0.79% | 0.89% | - |
| XYZ | 47.55 | 65.64 | 12.85 | - |
| YUV | 193.61 | 45.26 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 228 | 47 | 0.20 | 0 | 0.79 | 0.11 | 75.25 | 0.77 | 0.54 |
| Hex | B6 | E4 | 2F | 14 | 0 | 4F | B | 4B | 4D | 36 |
| Octal | 266 | 344 | 57 | 24 | 0 | 117 | 13 | 113 | 115 | 66 |
| Binary | 10110110 | 11100100 | 101111 | 10100 | 0 | 1001111 | 1011 | 1001011 | 1001101 | 110110 |
Color Harmonies of #B6E42F
Complementary color
Monochromatic Colors of #B6E42F
Black with #B6E42F
Text Example
Text Example
White with #B6E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E42F; }
p { color: rgb(182,228,47); }
H1.HeaderClassName
{
color: #B6E42F;
}
.AnyTagClassName
{
color: #B6E42F;
}
</style>
background-color css
<style>
a { background-color: #B6E42F; }
a { background-color: rgb(182,228,47); }
div.DivClassName
{
background-color: #B6E42F;
}
.BgClassName
{
background-color: #B6E42F;
}
</style>
border-color css
<style>
span { border-color: #B6E42F; }
span { border-color: rgb(182,228,47); }
td.TdClassName
{
border-color: #B6E42F;
}
.TagClassName
{
border-color: #B6E42F;
}
</style>