Shades of Fuego #BCE02C
Tints of Fuego #BCE02C
RGB
CMYK
RGB Variations
Color information
#BCE02C (or 0xBCE02C) is known color: Fuego. HEX triplet: BC, E0 and 2C. RGB value is (188,224,44). Sum of RGB (Red+Green+Blue) = 188+224+44=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE02C is #431FD3. Grayscale: #C1C1C1. Windows color (decimal): -4399060 or 2941116. OLE color: 2941116.
HSL color Cylindrical-coordinate representation of color #BCE02C: hue angle of 72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCE02C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 44 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.12 |
| HSL | 72º | 0.74% | 0.53% | - |
| HSV(B) | 72º | 0.8% | 0.88% | - |
| XYZ | 47.85 | 64.18 | 12.25 | - |
| YUV | 192.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 44 | 0.16 | 0 | 0.80 | 0.12 | 72 | 0.74 | 0.53 |
| Hex | BC | E0 | 2C | 10 | 0 | 50 | C | 48 | 4A | 35 |
| Octal | 274 | 340 | 54 | 20 | 0 | 120 | 14 | 110 | 112 | 65 |
| Binary | 10111100 | 11100000 | 101100 | 10000 | 0 | 1010000 | 1100 | 1001000 | 1001010 | 110101 |
Color Harmonies of #BCE02C
Complementary color
Monochromatic Colors of #BCE02C
Black with #BCE02C
Text Example
Text Example
White with #BCE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE02C; }
p { color: rgb(188,224,44); }
H1.HeaderClassName
{
color: #BCE02C;
}
.AnyTagClassName
{
color: #BCE02C;
}
</style>
background-color css
<style>
a { background-color: #BCE02C; }
a { background-color: rgb(188,224,44); }
div.DivClassName
{
background-color: #BCE02C;
}
.BgClassName
{
background-color: #BCE02C;
}
</style>
border-color css
<style>
span { border-color: #BCE02C; }
span { border-color: rgb(188,224,44); }
td.TdClassName
{
border-color: #BCE02C;
}
.TagClassName
{
border-color: #BCE02C;
}
</style>