Shades of Fuego #B3E22A
Tints of Fuego #B3E22A
RGB
CMYK
RGB Variations
Color information
#B3E22A (or 0xB3E22A) is known color: Fuego. HEX triplet: B3, E2 and 2A. RGB value is (179,226,42). Sum of RGB (Red+Green+Blue) = 179+226+42=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E22A is #4C1DD5. Grayscale: #BFBFBF. Windows color (decimal): -4988374 or 2810547. OLE color: 2810547.
HSL color Cylindrical-coordinate representation of color #B3E22A: hue angle of 75.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3E22A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 226 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.11 |
| HSL | 75.33º | 0.76% | 0.53% | - |
| HSV(B) | 75.33º | 0.81% | 0.89% | - |
| XYZ | 46.2 | 64.14 | 12.14 | - |
| YUV | 190.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 226 | 42 | 0.21 | 0 | 0.81 | 0.11 | 75.33 | 0.76 | 0.53 |
| Hex | B3 | E2 | 2A | 15 | 0 | 51 | B | 4B | 4C | 35 |
| Octal | 263 | 342 | 52 | 25 | 0 | 121 | 13 | 113 | 114 | 65 |
| Binary | 10110011 | 11100010 | 101010 | 10101 | 0 | 1010001 | 1011 | 1001011 | 1001100 | 110101 |
Color Harmonies of #B3E22A
Complementary color
Monochromatic Colors of #B3E22A
Black with #B3E22A
Text Example
Text Example
White with #B3E22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E22A; }
p { color: rgb(179,226,42); }
H1.HeaderClassName
{
color: #B3E22A;
}
.AnyTagClassName
{
color: #B3E22A;
}
</style>
background-color css
<style>
a { background-color: #B3E22A; }
a { background-color: rgb(179,226,42); }
div.DivClassName
{
background-color: #B3E22A;
}
.BgClassName
{
background-color: #B3E22A;
}
</style>
border-color css
<style>
span { border-color: #B3E22A; }
span { border-color: rgb(179,226,42); }
td.TdClassName
{
border-color: #B3E22A;
}
.TagClassName
{
border-color: #B3E22A;
}
</style>