Shades of Fuego #B2E12A
Tints of Fuego #B2E12A
RGB
CMYK
RGB Variations
Color information
#B2E12A (or 0xB2E12A) is known color: Fuego. HEX triplet: B2, E1 and 2A. RGB value is (178,225,42). Sum of RGB (Red+Green+Blue) = 178+225+42=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E12A is #4D1ED5. Grayscale: #BEBEBE. Windows color (decimal): -5054166 or 2810290. OLE color: 2810290.
HSL color Cylindrical-coordinate representation of color #B2E12A: hue angle of 75.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2E12A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.12 |
| HSL | 75.41º | 0.75% | 0.52% | - |
| HSV(B) | 75.41º | 0.81% | 0.88% | - |
| XYZ | 45.7 | 63.48 | 12.04 | - |
| YUV | 190.09 | 44.43 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 42 | 0.21 | 0 | 0.81 | 0.12 | 75.41 | 0.75 | 0.52 |
| Hex | B2 | E1 | 2A | 15 | 0 | 51 | C | 4B | 4B | 34 |
| Octal | 262 | 341 | 52 | 25 | 0 | 121 | 14 | 113 | 113 | 64 |
| Binary | 10110010 | 11100001 | 101010 | 10101 | 0 | 1010001 | 1100 | 1001011 | 1001011 | 110100 |
Color Harmonies of #B2E12A
Complementary color
Monochromatic Colors of #B2E12A
Black with #B2E12A
Text Example
Text Example
White with #B2E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E12A; }
p { color: rgb(178,225,42); }
H1.HeaderClassName
{
color: #B2E12A;
}
.AnyTagClassName
{
color: #B2E12A;
}
</style>
background-color css
<style>
a { background-color: #B2E12A; }
a { background-color: rgb(178,225,42); }
div.DivClassName
{
background-color: #B2E12A;
}
.BgClassName
{
background-color: #B2E12A;
}
</style>
border-color css
<style>
span { border-color: #B2E12A; }
span { border-color: rgb(178,225,42); }
td.TdClassName
{
border-color: #B2E12A;
}
.TagClassName
{
border-color: #B2E12A;
}
</style>