Shades of Fuego #BCE130
Tints of Fuego #BCE130
RGB
CMYK
RGB Variations
Color information
#BCE130 (or 0xBCE130) is known color: Fuego. HEX triplet: BC, E1 and 30. RGB value is (188,225,48). Sum of RGB (Red+Green+Blue) = 188+225+48=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE130 is #431ECF. Grayscale: #C2C2C2. Windows color (decimal): -4398800 or 3203516. OLE color: 3203516.
HSL color Cylindrical-coordinate representation of color #BCE130: hue angle of 72.54º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCE130 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 48 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.12 |
| HSL | 72.54º | 0.75% | 0.54% | - |
| HSV(B) | 72.54º | 0.79% | 0.88% | - |
| XYZ | 48.2 | 64.76 | 12.76 | - |
| YUV | 193.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 48 | 0.16 | 0 | 0.79 | 0.12 | 72.54 | 0.75 | 0.54 |
| Hex | BC | E1 | 30 | 10 | 0 | 4F | C | 49 | 4B | 36 |
| Octal | 274 | 341 | 60 | 20 | 0 | 117 | 14 | 111 | 113 | 66 |
| Binary | 10111100 | 11100001 | 110000 | 10000 | 0 | 1001111 | 1100 | 1001001 | 1001011 | 110110 |
Color Harmonies of #BCE130
Complementary color
Monochromatic Colors of #BCE130
Black with #BCE130
Text Example
Text Example
White with #BCE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE130; }
p { color: rgb(188,225,48); }
H1.HeaderClassName
{
color: #BCE130;
}
.AnyTagClassName
{
color: #BCE130;
}
</style>
background-color css
<style>
a { background-color: #BCE130; }
a { background-color: rgb(188,225,48); }
div.DivClassName
{
background-color: #BCE130;
}
.BgClassName
{
background-color: #BCE130;
}
</style>
border-color css
<style>
span { border-color: #BCE130; }
span { border-color: rgb(188,225,48); }
td.TdClassName
{
border-color: #BCE130;
}
.TagClassName
{
border-color: #BCE130;
}
</style>