Shades of Fuego #B6E033
Tints of Fuego #B6E033
RGB
CMYK
RGB Variations
Color information
#B6E033 (or 0xB6E033) is known color: Fuego. HEX triplet: B6, E0 and 33. RGB value is (182,224,51). Sum of RGB (Red+Green+Blue) = 182+224+51=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E033 is #491FCC. Grayscale: #C0C0C0. Windows color (decimal): -4792269 or 3399862. OLE color: 3399862.
HSL color Cylindrical-coordinate representation of color #B6E033: hue angle of 74.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6E033 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 51 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.12 |
| HSL | 74.57º | 0.74% | 0.54% | - |
| HSV(B) | 74.57º | 0.77% | 0.88% | - |
| XYZ | 46.54 | 63.5 | 12.93 | - |
| YUV | 191.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 51 | 0.19 | 0 | 0.77 | 0.12 | 74.57 | 0.74 | 0.54 |
| Hex | B6 | E0 | 33 | 13 | 0 | 4D | C | 4B | 4A | 36 |
| Octal | 266 | 340 | 63 | 23 | 0 | 115 | 14 | 113 | 112 | 66 |
| Binary | 10110110 | 11100000 | 110011 | 10011 | 0 | 1001101 | 1100 | 1001011 | 1001010 | 110110 |
Color Harmonies of #B6E033
Complementary color
Monochromatic Colors of #B6E033
Black with #B6E033
Text Example
Text Example
White with #B6E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E033; }
p { color: rgb(182,224,51); }
H1.HeaderClassName
{
color: #B6E033;
}
.AnyTagClassName
{
color: #B6E033;
}
</style>
background-color css
<style>
a { background-color: #B6E033; }
a { background-color: rgb(182,224,51); }
div.DivClassName
{
background-color: #B6E033;
}
.BgClassName
{
background-color: #B6E033;
}
</style>
border-color css
<style>
span { border-color: #B6E033; }
span { border-color: rgb(182,224,51); }
td.TdClassName
{
border-color: #B6E033;
}
.TagClassName
{
border-color: #B6E033;
}
</style>