Shades of Fuego #BAE62F
Tints of Fuego #BAE62F
RGB
CMYK
RGB Variations
Color information
#BAE62F (or 0xBAE62F) is known color: Fuego. HEX triplet: BA, E6 and 2F. RGB value is (186,230,47). Sum of RGB (Red+Green+Blue) = 186+230+47=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE62F is #4519D0. Grayscale: #C4C4C4. Windows color (decimal): -4528593 or 3139258. OLE color: 3139258.
HSL color Cylindrical-coordinate representation of color #BAE62F: hue angle of 74.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAE62F is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 47 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.10 |
| HSL | 74.43º | 0.79% | 0.54% | - |
| HSV(B) | 74.43º | 0.8% | 0.9% | - |
| XYZ | 49.06 | 67.24 | 13.08 | - |
| YUV | 195.98 | 43.92 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 47 | 0.19 | 0 | 0.80 | 0.10 | 74.43 | 0.79 | 0.54 |
| Hex | BA | E6 | 2F | 13 | 0 | 50 | A | 4A | 4F | 36 |
| Octal | 272 | 346 | 57 | 23 | 0 | 120 | 12 | 112 | 117 | 66 |
| Binary | 10111010 | 11100110 | 101111 | 10011 | 0 | 1010000 | 1010 | 1001010 | 1001111 | 110110 |
Color Harmonies of #BAE62F
Complementary color
Monochromatic Colors of #BAE62F
Black with #BAE62F
Text Example
Text Example
White with #BAE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE62F; }
p { color: rgb(186,230,47); }
H1.HeaderClassName
{
color: #BAE62F;
}
.AnyTagClassName
{
color: #BAE62F;
}
</style>
background-color css
<style>
a { background-color: #BAE62F; }
a { background-color: rgb(186,230,47); }
div.DivClassName
{
background-color: #BAE62F;
}
.BgClassName
{
background-color: #BAE62F;
}
</style>
border-color css
<style>
span { border-color: #BAE62F; }
span { border-color: rgb(186,230,47); }
td.TdClassName
{
border-color: #BAE62F;
}
.TagClassName
{
border-color: #BAE62F;
}
</style>