Shades of Fuego #BAE02E
Tints of Fuego #BAE02E
RGB
CMYK
RGB Variations
Color information
#BAE02E (or 0xBAE02E) is known color: Fuego. HEX triplet: BA, E0 and 2E. RGB value is (186,224,46). Sum of RGB (Red+Green+Blue) = 186+224+46=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE02E is #451FD1. Grayscale: #C1C1C1. Windows color (decimal): -4530130 or 3072186. OLE color: 3072186.
HSL color Cylindrical-coordinate representation of color #BAE02E: hue angle of 72.81º 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 #BAE02E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 46 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.12 |
| HSL | 72.81º | 0.74% | 0.53% | - |
| HSV(B) | 72.81º | 0.79% | 0.88% | - |
| XYZ | 47.4 | 63.95 | 12.43 | - |
| YUV | 192.35 | 45.41 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 46 | 0.17 | 0 | 0.79 | 0.12 | 72.81 | 0.74 | 0.53 |
| Hex | BA | E0 | 2E | 11 | 0 | 4F | C | 49 | 4A | 35 |
| Octal | 272 | 340 | 56 | 21 | 0 | 117 | 14 | 111 | 112 | 65 |
| Binary | 10111010 | 11100000 | 101110 | 10001 | 0 | 1001111 | 1100 | 1001001 | 1001010 | 110101 |
Color Harmonies of #BAE02E
Complementary color
Monochromatic Colors of #BAE02E
Black with #BAE02E
Text Example
Text Example
White with #BAE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE02E; }
p { color: rgb(186,224,46); }
H1.HeaderClassName
{
color: #BAE02E;
}
.AnyTagClassName
{
color: #BAE02E;
}
</style>
background-color css
<style>
a { background-color: #BAE02E; }
a { background-color: rgb(186,224,46); }
div.DivClassName
{
background-color: #BAE02E;
}
.BgClassName
{
background-color: #BAE02E;
}
</style>
border-color css
<style>
span { border-color: #BAE02E; }
span { border-color: rgb(186,224,46); }
td.TdClassName
{
border-color: #BAE02E;
}
.TagClassName
{
border-color: #BAE02E;
}
</style>