Shades of Fuego #B1E02F
Tints of Fuego #B1E02F
RGB
CMYK
RGB Variations
Color information
#B1E02F (or 0xB1E02F) is known color: Fuego. HEX triplet: B1, E0 and 2F. RGB value is (177,224,47). Sum of RGB (Red+Green+Blue) = 177+224+47=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E02F is #4E1FD0. Grayscale: #BEBEBE. Windows color (decimal): -5119953 or 3137713. OLE color: 3137713.
HSL color Cylindrical-coordinate representation of color #B1E02F: hue angle of 75.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1E02F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 47 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.12 |
| HSL | 75.93º | 0.74% | 0.53% | - |
| HSV(B) | 75.93º | 0.79% | 0.88% | - |
| XYZ | 45.3 | 62.86 | 12.44 | - |
| YUV | 189.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 47 | 0.21 | 0 | 0.79 | 0.12 | 75.93 | 0.74 | 0.53 |
| Hex | B1 | E0 | 2F | 15 | 0 | 4F | C | 4C | 4A | 35 |
| Octal | 261 | 340 | 57 | 25 | 0 | 117 | 14 | 114 | 112 | 65 |
| Binary | 10110001 | 11100000 | 101111 | 10101 | 0 | 1001111 | 1100 | 1001100 | 1001010 | 110101 |
Color Harmonies of #B1E02F
Complementary color
Monochromatic Colors of #B1E02F
Black with #B1E02F
Text Example
Text Example
White with #B1E02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E02F; }
p { color: rgb(177,224,47); }
H1.HeaderClassName
{
color: #B1E02F;
}
.AnyTagClassName
{
color: #B1E02F;
}
</style>
background-color css
<style>
a { background-color: #B1E02F; }
a { background-color: rgb(177,224,47); }
div.DivClassName
{
background-color: #B1E02F;
}
.BgClassName
{
background-color: #B1E02F;
}
</style>
border-color css
<style>
span { border-color: #B1E02F; }
span { border-color: rgb(177,224,47); }
td.TdClassName
{
border-color: #B1E02F;
}
.TagClassName
{
border-color: #B1E02F;
}
</style>