Shades of Fuego #B5E32D
Tints of Fuego #B5E32D
RGB
CMYK
RGB Variations
Color information
#B5E32D (or 0xB5E32D) is known color: Fuego. HEX triplet: B5, E3 and 2D. RGB value is (181,227,45). Sum of RGB (Red+Green+Blue) = 181+227+45=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E32D is #4A1CD2. Grayscale: #C1C1C1. Windows color (decimal): -4857043 or 3007413. OLE color: 3007413.
HSL color Cylindrical-coordinate representation of color #B5E32D: hue angle of 75.16º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5E32D is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 45 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.11 |
| HSL | 75.16º | 0.76% | 0.53% | - |
| HSV(B) | 75.16º | 0.8% | 0.89% | - |
| XYZ | 47 | 64.95 | 12.54 | - |
| YUV | 192.5 | 44.76 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 45 | 0.20 | 0 | 0.80 | 0.11 | 75.16 | 0.76 | 0.53 |
| Hex | B5 | E3 | 2D | 14 | 0 | 50 | B | 4B | 4C | 35 |
| Octal | 265 | 343 | 55 | 24 | 0 | 120 | 13 | 113 | 114 | 65 |
| Binary | 10110101 | 11100011 | 101101 | 10100 | 0 | 1010000 | 1011 | 1001011 | 1001100 | 110101 |
Color Harmonies of #B5E32D
Complementary color
Monochromatic Colors of #B5E32D
Black with #B5E32D
Text Example
Text Example
White with #B5E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E32D; }
p { color: rgb(181,227,45); }
H1.HeaderClassName
{
color: #B5E32D;
}
.AnyTagClassName
{
color: #B5E32D;
}
</style>
background-color css
<style>
a { background-color: #B5E32D; }
a { background-color: rgb(181,227,45); }
div.DivClassName
{
background-color: #B5E32D;
}
.BgClassName
{
background-color: #B5E32D;
}
</style>
border-color css
<style>
span { border-color: #B5E32D; }
span { border-color: rgb(181,227,45); }
td.TdClassName
{
border-color: #B5E32D;
}
.TagClassName
{
border-color: #B5E32D;
}
</style>