Shades of Fuego #B2E230
Tints of Fuego #B2E230
RGB
CMYK
RGB Variations
Color information
#B2E230 (or 0xB2E230) is known color: Fuego. HEX triplet: B2, E2 and 30. RGB value is (178,226,48). Sum of RGB (Red+Green+Blue) = 178+226+48=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E230 is #4D1DCF. Grayscale: #C0C0C0. Windows color (decimal): -5053904 or 3203762. OLE color: 3203762.
HSL color Cylindrical-coordinate representation of color #B2E230: hue angle of 76.18º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2E230 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 48 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.11 |
| HSL | 76.18º | 0.75% | 0.54% | - |
| HSV(B) | 76.18º | 0.79% | 0.89% | - |
| XYZ | 46.09 | 64.07 | 12.73 | - |
| YUV | 191.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 48 | 0.21 | 0 | 0.79 | 0.11 | 76.18 | 0.75 | 0.54 |
| Hex | B2 | E2 | 30 | 15 | 0 | 4F | B | 4C | 4B | 36 |
| Octal | 262 | 342 | 60 | 25 | 0 | 117 | 13 | 114 | 113 | 66 |
| Binary | 10110010 | 11100010 | 110000 | 10101 | 0 | 1001111 | 1011 | 1001100 | 1001011 | 110110 |
Color Harmonies of #B2E230
Complementary color
Monochromatic Colors of #B2E230
Black with #B2E230
Text Example
Text Example
White with #B2E230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E230; }
p { color: rgb(178,226,48); }
H1.HeaderClassName
{
color: #B2E230;
}
.AnyTagClassName
{
color: #B2E230;
}
</style>
background-color css
<style>
a { background-color: #B2E230; }
a { background-color: rgb(178,226,48); }
div.DivClassName
{
background-color: #B2E230;
}
.BgClassName
{
background-color: #B2E230;
}
</style>
border-color css
<style>
span { border-color: #B2E230; }
span { border-color: rgb(178,226,48); }
td.TdClassName
{
border-color: #B2E230;
}
.TagClassName
{
border-color: #B2E230;
}
</style>