Shades of Fuego #B7E132
Tints of Fuego #B7E132
RGB
CMYK
RGB Variations
Color information
#B7E132 (or 0xB7E132) is known color: Fuego. HEX triplet: B7, E1 and 32. RGB value is (183,225,50). Sum of RGB (Red+Green+Blue) = 183+225+50=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E132 is #481ECD. Grayscale: #C1C1C1. Windows color (decimal): -4726478 or 3334583. OLE color: 3334583.
HSL color Cylindrical-coordinate representation of color #B7E132: hue angle of 74.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7E132 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 50 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.12 |
| HSL | 74.4º | 0.74% | 0.54% | - |
| HSV(B) | 74.4º | 0.78% | 0.88% | - |
| XYZ | 47.03 | 64.15 | 12.92 | - |
| YUV | 192.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 50 | 0.19 | 0 | 0.78 | 0.12 | 74.4 | 0.74 | 0.54 |
| Hex | B7 | E1 | 32 | 13 | 0 | 4E | C | 4A | 4A | 36 |
| Octal | 267 | 341 | 62 | 23 | 0 | 116 | 14 | 112 | 112 | 66 |
| Binary | 10110111 | 11100001 | 110010 | 10011 | 0 | 1001110 | 1100 | 1001010 | 1001010 | 110110 |
Color Harmonies of #B7E132
Complementary color
Monochromatic Colors of #B7E132
Black with #B7E132
Text Example
Text Example
White with #B7E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E132; }
p { color: rgb(183,225,50); }
H1.HeaderClassName
{
color: #B7E132;
}
.AnyTagClassName
{
color: #B7E132;
}
</style>
background-color css
<style>
a { background-color: #B7E132; }
a { background-color: rgb(183,225,50); }
div.DivClassName
{
background-color: #B7E132;
}
.BgClassName
{
background-color: #B7E132;
}
</style>
border-color css
<style>
span { border-color: #B7E132; }
span { border-color: rgb(183,225,50); }
td.TdClassName
{
border-color: #B7E132;
}
.TagClassName
{
border-color: #B7E132;
}
</style>