Shades of Fuego #B5E035
Tints of Fuego #B5E035
RGB
CMYK
RGB Variations
Color information
#B5E035 (or 0xB5E035) is known color: Fuego. HEX triplet: B5, E0 and 35. RGB value is (181,224,53). Sum of RGB (Red+Green+Blue) = 181+224+53=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E035 is #4A1FCA. Grayscale: #C0C0C0. Windows color (decimal): -4857803 or 3530933. OLE color: 3530933.
HSL color Cylindrical-coordinate representation of color #B5E035: hue angle of 75.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5E035 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 53 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.12 |
| HSL | 75.09º | 0.73% | 0.54% | - |
| HSV(B) | 75.09º | 0.76% | 0.88% | - |
| XYZ | 46.35 | 63.39 | 13.16 | - |
| YUV | 191.65 | 49.75 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 53 | 0.19 | 0 | 0.76 | 0.12 | 75.09 | 0.73 | 0.54 |
| Hex | B5 | E0 | 35 | 13 | 0 | 4C | C | 4B | 49 | 36 |
| Octal | 265 | 340 | 65 | 23 | 0 | 114 | 14 | 113 | 111 | 66 |
| Binary | 10110101 | 11100000 | 110101 | 10011 | 0 | 1001100 | 1100 | 1001011 | 1001001 | 110110 |
Color Harmonies of #B5E035
Complementary color
Monochromatic Colors of #B5E035
Black with #B5E035
Text Example
Text Example
White with #B5E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E035; }
p { color: rgb(181,224,53); }
H1.HeaderClassName
{
color: #B5E035;
}
.AnyTagClassName
{
color: #B5E035;
}
</style>
background-color css
<style>
a { background-color: #B5E035; }
a { background-color: rgb(181,224,53); }
div.DivClassName
{
background-color: #B5E035;
}
.BgClassName
{
background-color: #B5E035;
}
</style>
border-color css
<style>
span { border-color: #B5E035; }
span { border-color: rgb(181,224,53); }
td.TdClassName
{
border-color: #B5E035;
}
.TagClassName
{
border-color: #B5E035;
}
</style>