Shades of Fuego #B0E034
Tints of Fuego #B0E034
RGB
CMYK
RGB Variations
Color information
#B0E034 (or 0xB0E034) is known color: Fuego. HEX triplet: B0, E0 and 34. RGB value is (176,224,52). Sum of RGB (Red+Green+Blue) = 176+224+52=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E034 is #4F1FCB. Grayscale: #BEBEBE. Windows color (decimal): -5185484 or 3465392. OLE color: 3465392.
HSL color Cylindrical-coordinate representation of color #B0E034: hue angle of 76.74º 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 #B0E034 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 52 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.12 |
| HSL | 76.74º | 0.74% | 0.54% | - |
| HSV(B) | 76.74º | 0.77% | 0.88% | - |
| XYZ | 45.18 | 62.79 | 12.99 | - |
| YUV | 190.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 52 | 0.21 | 0 | 0.77 | 0.12 | 76.74 | 0.74 | 0.54 |
| Hex | B0 | E0 | 34 | 15 | 0 | 4D | C | 4D | 4A | 36 |
| Octal | 260 | 340 | 64 | 25 | 0 | 115 | 14 | 115 | 112 | 66 |
| Binary | 10110000 | 11100000 | 110100 | 10101 | 0 | 1001101 | 1100 | 1001101 | 1001010 | 110110 |
Color Harmonies of #B0E034
Complementary color
Monochromatic Colors of #B0E034
Black with #B0E034
Text Example
Text Example
White with #B0E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E034; }
p { color: rgb(176,224,52); }
H1.HeaderClassName
{
color: #B0E034;
}
.AnyTagClassName
{
color: #B0E034;
}
</style>
background-color css
<style>
a { background-color: #B0E034; }
a { background-color: rgb(176,224,52); }
div.DivClassName
{
background-color: #B0E034;
}
.BgClassName
{
background-color: #B0E034;
}
</style>
border-color css
<style>
span { border-color: #B0E034; }
span { border-color: rgb(176,224,52); }
td.TdClassName
{
border-color: #B0E034;
}
.TagClassName
{
border-color: #B0E034;
}
</style>