Shades of Fuego #B3E029
Tints of Fuego #B3E029
RGB
CMYK
RGB Variations
Color information
#B3E029 (or 0xB3E029) is known color: Fuego. HEX triplet: B3, E0 and 29. RGB value is (179,224,41). Sum of RGB (Red+Green+Blue) = 179+224+41=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E029 is #4C1FD6. Grayscale: #BEBEBE. Windows color (decimal): -4988887 or 2744499. OLE color: 2744499.
HSL color Cylindrical-coordinate representation of color #B3E029: hue angle of 74.75º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3E029 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 41 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.12 |
| HSL | 74.75º | 0.75% | 0.52% | - |
| HSV(B) | 74.75º | 0.82% | 0.88% | - |
| XYZ | 45.65 | 63.06 | 11.86 | - |
| YUV | 189.68 | 44.09 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 41 | 0.20 | 0 | 0.82 | 0.12 | 74.75 | 0.75 | 0.52 |
| Hex | B3 | E0 | 29 | 14 | 0 | 52 | C | 4B | 4B | 34 |
| Octal | 263 | 340 | 51 | 24 | 0 | 122 | 14 | 113 | 113 | 64 |
| Binary | 10110011 | 11100000 | 101001 | 10100 | 0 | 1010010 | 1100 | 1001011 | 1001011 | 110100 |
Color Harmonies of #B3E029
Complementary color
Monochromatic Colors of #B3E029
Black with #B3E029
Text Example
Text Example
White with #B3E029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E029; }
p { color: rgb(179,224,41); }
H1.HeaderClassName
{
color: #B3E029;
}
.AnyTagClassName
{
color: #B3E029;
}
</style>
background-color css
<style>
a { background-color: #B3E029; }
a { background-color: rgb(179,224,41); }
div.DivClassName
{
background-color: #B3E029;
}
.BgClassName
{
background-color: #B3E029;
}
</style>
border-color css
<style>
span { border-color: #B3E029; }
span { border-color: rgb(179,224,41); }
td.TdClassName
{
border-color: #B3E029;
}
.TagClassName
{
border-color: #B3E029;
}
</style>