Shades of Fuego #BCE02F
Tints of Fuego #BCE02F
RGB
CMYK
RGB Variations
Color information
#BCE02F (or 0xBCE02F) is known color: Fuego. HEX triplet: BC, E0 and 2F. RGB value is (188,224,47). Sum of RGB (Red+Green+Blue) = 188+224+47=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE02F is #431FD0. Grayscale: #C1C1C1. Windows color (decimal): -4399057 or 3137724. OLE color: 3137724.
HSL color Cylindrical-coordinate representation of color #BCE02F: hue angle of 72.2º 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 #BCE02F is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 47 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.12 |
| HSL | 72.2º | 0.74% | 0.53% | - |
| HSV(B) | 72.2º | 0.79% | 0.88% | - |
| XYZ | 47.91 | 64.21 | 12.56 | - |
| YUV | 193.06 | 45.57 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 47 | 0.16 | 0 | 0.79 | 0.12 | 72.2 | 0.74 | 0.53 |
| Hex | BC | E0 | 2F | 10 | 0 | 4F | C | 48 | 4A | 35 |
| Octal | 274 | 340 | 57 | 20 | 0 | 117 | 14 | 110 | 112 | 65 |
| Binary | 10111100 | 11100000 | 101111 | 10000 | 0 | 1001111 | 1100 | 1001000 | 1001010 | 110101 |
Color Harmonies of #BCE02F
Complementary color
Monochromatic Colors of #BCE02F
Black with #BCE02F
Text Example
Text Example
White with #BCE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE02F; }
p { color: rgb(188,224,47); }
H1.HeaderClassName
{
color: #BCE02F;
}
.AnyTagClassName
{
color: #BCE02F;
}
</style>
background-color css
<style>
a { background-color: #BCE02F; }
a { background-color: rgb(188,224,47); }
div.DivClassName
{
background-color: #BCE02F;
}
.BgClassName
{
background-color: #BCE02F;
}
</style>
border-color css
<style>
span { border-color: #BCE02F; }
span { border-color: rgb(188,224,47); }
td.TdClassName
{
border-color: #BCE02F;
}
.TagClassName
{
border-color: #BCE02F;
}
</style>