Shades of Fuego #B2E132
Tints of Fuego #B2E132
RGB
CMYK
RGB Variations
Color information
#B2E132 (or 0xB2E132) is known color: Fuego. HEX triplet: B2, E1 and 32. RGB value is (178,225,50). Sum of RGB (Red+Green+Blue) = 178+225+50=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E132 is #4D1ECD. Grayscale: #BFBFBF. Windows color (decimal): -5054158 or 3334578. OLE color: 3334578.
HSL color Cylindrical-coordinate representation of color #B2E132: hue angle of 76.11º 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 #B2E132 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 50 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.12 |
| HSL | 76.11º | 0.74% | 0.54% | - |
| HSV(B) | 76.11º | 0.78% | 0.88% | - |
| XYZ | 45.86 | 63.55 | 12.87 | - |
| YUV | 191 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 50 | 0.21 | 0 | 0.78 | 0.12 | 76.11 | 0.74 | 0.54 |
| Hex | B2 | E1 | 32 | 15 | 0 | 4E | C | 4C | 4A | 36 |
| Octal | 262 | 341 | 62 | 25 | 0 | 116 | 14 | 114 | 112 | 66 |
| Binary | 10110010 | 11100001 | 110010 | 10101 | 0 | 1001110 | 1100 | 1001100 | 1001010 | 110110 |
Color Harmonies of #B2E132
Complementary color
Monochromatic Colors of #B2E132
Black with #B2E132
Text Example
Text Example
White with #B2E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E132; }
p { color: rgb(178,225,50); }
H1.HeaderClassName
{
color: #B2E132;
}
.AnyTagClassName
{
color: #B2E132;
}
</style>
background-color css
<style>
a { background-color: #B2E132; }
a { background-color: rgb(178,225,50); }
div.DivClassName
{
background-color: #B2E132;
}
.BgClassName
{
background-color: #B2E132;
}
</style>
border-color css
<style>
span { border-color: #B2E132; }
span { border-color: rgb(178,225,50); }
td.TdClassName
{
border-color: #B2E132;
}
.TagClassName
{
border-color: #B2E132;
}
</style>