Shades of Fuego #B6E030
Tints of Fuego #B6E030
RGB
CMYK
RGB Variations
Color information
#B6E030 (or 0xB6E030) is known color: Fuego. HEX triplet: B6, E0 and 30. RGB value is (182,224,48). Sum of RGB (Red+Green+Blue) = 182+224+48=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E030 is #491FCF. Grayscale: #C0C0C0. Windows color (decimal): -4792272 or 3203254. OLE color: 3203254.
HSL color Cylindrical-coordinate representation of color #B6E030: hue angle of 74.32º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6E030 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 48 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.12 |
| HSL | 74.32º | 0.74% | 0.53% | - |
| HSV(B) | 74.32º | 0.79% | 0.88% | - |
| XYZ | 46.48 | 63.47 | 12.6 | - |
| YUV | 191.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 48 | 0.19 | 0 | 0.79 | 0.12 | 74.32 | 0.74 | 0.53 |
| Hex | B6 | E0 | 30 | 13 | 0 | 4F | C | 4A | 4A | 35 |
| Octal | 266 | 340 | 60 | 23 | 0 | 117 | 14 | 112 | 112 | 65 |
| Binary | 10110110 | 11100000 | 110000 | 10011 | 0 | 1001111 | 1100 | 1001010 | 1001010 | 110101 |
Color Harmonies of #B6E030
Complementary color
Monochromatic Colors of #B6E030
Black with #B6E030
Text Example
Text Example
White with #B6E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E030; }
p { color: rgb(182,224,48); }
H1.HeaderClassName
{
color: #B6E030;
}
.AnyTagClassName
{
color: #B6E030;
}
</style>
background-color css
<style>
a { background-color: #B6E030; }
a { background-color: rgb(182,224,48); }
div.DivClassName
{
background-color: #B6E030;
}
.BgClassName
{
background-color: #B6E030;
}
</style>
border-color css
<style>
span { border-color: #B6E030; }
span { border-color: rgb(182,224,48); }
td.TdClassName
{
border-color: #B6E030;
}
.TagClassName
{
border-color: #B6E030;
}
</style>