Shades of Fuego #BAE32F
Tints of Fuego #BAE32F
RGB
CMYK
RGB Variations
Color information
#BAE32F (or 0xBAE32F) is known color: Fuego. HEX triplet: BA, E3 and 2F. RGB value is (186,227,47). Sum of RGB (Red+Green+Blue) = 186+227+47=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE32F is #451CD0. Grayscale: #C2C2C2. Windows color (decimal): -4529361 or 3138490. OLE color: 3138490.
HSL color Cylindrical-coordinate representation of color #BAE32F: hue angle of 73.67º degrees, saturation: 0.76, 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 #BAE32F is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 47 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.11 |
| HSL | 73.67º | 0.76% | 0.54% | - |
| HSV(B) | 73.67º | 0.79% | 0.89% | - |
| XYZ | 48.23 | 65.58 | 12.81 | - |
| YUV | 194.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 47 | 0.18 | 0 | 0.79 | 0.11 | 73.67 | 0.76 | 0.54 |
| Hex | BA | E3 | 2F | 12 | 0 | 4F | B | 4A | 4C | 36 |
| Octal | 272 | 343 | 57 | 22 | 0 | 117 | 13 | 112 | 114 | 66 |
| Binary | 10111010 | 11100011 | 101111 | 10010 | 0 | 1001111 | 1011 | 1001010 | 1001100 | 110110 |
Color Harmonies of #BAE32F
Complementary color
Monochromatic Colors of #BAE32F
Black with #BAE32F
Text Example
Text Example
White with #BAE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE32F; }
p { color: rgb(186,227,47); }
H1.HeaderClassName
{
color: #BAE32F;
}
.AnyTagClassName
{
color: #BAE32F;
}
</style>
background-color css
<style>
a { background-color: #BAE32F; }
a { background-color: rgb(186,227,47); }
div.DivClassName
{
background-color: #BAE32F;
}
.BgClassName
{
background-color: #BAE32F;
}
</style>
border-color css
<style>
span { border-color: #BAE32F; }
span { border-color: rgb(186,227,47); }
td.TdClassName
{
border-color: #BAE32F;
}
.TagClassName
{
border-color: #BAE32F;
}
</style>