Shades of Fuego #BCE031
Tints of Fuego #BCE031
RGB
CMYK
RGB Variations
Color information
#BCE031 (or 0xBCE031) is known color: Fuego. HEX triplet: BC, E0 and 31. RGB value is (188,224,49). Sum of RGB (Red+Green+Blue) = 188+224+49=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE031 is #431FCE. Grayscale: #C1C1C1. Windows color (decimal): -4399055 or 3268796. OLE color: 3268796.
HSL color Cylindrical-coordinate representation of color #BCE031: hue angle of 72.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE031 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 49 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.12 |
| HSL | 72.34º | 0.74% | 0.54% | - |
| HSV(B) | 72.34º | 0.78% | 0.88% | - |
| XYZ | 47.95 | 64.22 | 12.78 | - |
| YUV | 193.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 49 | 0.16 | 0 | 0.78 | 0.12 | 72.34 | 0.74 | 0.54 |
| Hex | BC | E0 | 31 | 10 | 0 | 4E | C | 48 | 4A | 36 |
| Octal | 274 | 340 | 61 | 20 | 0 | 116 | 14 | 110 | 112 | 66 |
| Binary | 10111100 | 11100000 | 110001 | 10000 | 0 | 1001110 | 1100 | 1001000 | 1001010 | 110110 |
Color Harmonies of #BCE031
Complementary color
Monochromatic Colors of #BCE031
Black with #BCE031
Text Example
Text Example
White with #BCE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE031; }
p { color: rgb(188,224,49); }
H1.HeaderClassName
{
color: #BCE031;
}
.AnyTagClassName
{
color: #BCE031;
}
</style>
background-color css
<style>
a { background-color: #BCE031; }
a { background-color: rgb(188,224,49); }
div.DivClassName
{
background-color: #BCE031;
}
.BgClassName
{
background-color: #BCE031;
}
</style>
border-color css
<style>
span { border-color: #BCE031; }
span { border-color: rgb(188,224,49); }
td.TdClassName
{
border-color: #BCE031;
}
.TagClassName
{
border-color: #BCE031;
}
</style>