Shades of Fuego #B0E136
Tints of Fuego #B0E136
RGB
CMYK
RGB Variations
Color information
#B0E136 (or 0xB0E136) is known color: Fuego. HEX triplet: B0, E1 and 36. RGB value is (176,225,54). Sum of RGB (Red+Green+Blue) = 176+225+54=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E136 is #4F1EC9. Grayscale: #BFBFBF. Windows color (decimal): -5185226 or 3596720. OLE color: 3596720.
HSL color Cylindrical-coordinate representation of color #B0E136: hue angle of 77.19º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0E136 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 54 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.12 |
| HSL | 77.19º | 0.74% | 0.55% | - |
| HSV(B) | 77.19º | 0.76% | 0.88% | - |
| XYZ | 45.5 | 63.35 | 13.32 | - |
| YUV | 190.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 54 | 0.22 | 0 | 0.76 | 0.12 | 77.19 | 0.74 | 0.55 |
| Hex | B0 | E1 | 36 | 16 | 0 | 4C | C | 4D | 4A | 37 |
| Octal | 260 | 341 | 66 | 26 | 0 | 114 | 14 | 115 | 112 | 67 |
| Binary | 10110000 | 11100001 | 110110 | 10110 | 0 | 1001100 | 1100 | 1001101 | 1001010 | 110111 |
Color Harmonies of #B0E136
Complementary color
Monochromatic Colors of #B0E136
Black with #B0E136
Text Example
Text Example
White with #B0E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E136; }
p { color: rgb(176,225,54); }
H1.HeaderClassName
{
color: #B0E136;
}
.AnyTagClassName
{
color: #B0E136;
}
</style>
background-color css
<style>
a { background-color: #B0E136; }
a { background-color: rgb(176,225,54); }
div.DivClassName
{
background-color: #B0E136;
}
.BgClassName
{
background-color: #B0E136;
}
</style>
border-color css
<style>
span { border-color: #B0E136; }
span { border-color: rgb(176,225,54); }
td.TdClassName
{
border-color: #B0E136;
}
.TagClassName
{
border-color: #B0E136;
}
</style>