Shades of Fuego #B7E32D
Tints of Fuego #B7E32D
RGB
CMYK
RGB Variations
Color information
#B7E32D (or 0xB7E32D) is known color: Fuego. HEX triplet: B7, E3 and 2D. RGB value is (183,227,45). Sum of RGB (Red+Green+Blue) = 183+227+45=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E32D is #481CD2. Grayscale: #C1C1C1. Windows color (decimal): -4725971 or 3007415. OLE color: 3007415.
HSL color Cylindrical-coordinate representation of color #B7E32D: hue angle of 74.51º 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 #B7E32D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 227 | 45 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.11 |
| HSL | 74.51º | 0.76% | 0.53% | - |
| HSV(B) | 74.51º | 0.8% | 0.89% | - |
| XYZ | 47.47 | 65.19 | 12.56 | - |
| YUV | 193.1 | 44.42 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 227 | 45 | 0.19 | 0 | 0.80 | 0.11 | 74.51 | 0.76 | 0.53 |
| Hex | B7 | E3 | 2D | 13 | 0 | 50 | B | 4B | 4C | 35 |
| Octal | 267 | 343 | 55 | 23 | 0 | 120 | 13 | 113 | 114 | 65 |
| Binary | 10110111 | 11100011 | 101101 | 10011 | 0 | 1010000 | 1011 | 1001011 | 1001100 | 110101 |
Color Harmonies of #B7E32D
Complementary color
Monochromatic Colors of #B7E32D
Black with #B7E32D
Text Example
Text Example
White with #B7E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E32D; }
p { color: rgb(183,227,45); }
H1.HeaderClassName
{
color: #B7E32D;
}
.AnyTagClassName
{
color: #B7E32D;
}
</style>
background-color css
<style>
a { background-color: #B7E32D; }
a { background-color: rgb(183,227,45); }
div.DivClassName
{
background-color: #B7E32D;
}
.BgClassName
{
background-color: #B7E32D;
}
</style>
border-color css
<style>
span { border-color: #B7E32D; }
span { border-color: rgb(183,227,45); }
td.TdClassName
{
border-color: #B7E32D;
}
.TagClassName
{
border-color: #B7E32D;
}
</style>