Shades of Fuego #BCE525
Tints of Fuego #BCE525
RGB
CMYK
RGB Variations
Color information
#BCE525 (or 0xBCE525) is known color: Fuego. HEX triplet: BC, E5 and 25. RGB value is (188,229,37). Sum of RGB (Red+Green+Blue) = 188+229+37=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE525 is #431ADA. Grayscale: #C3C3C3. Windows color (decimal): -4397787 or 2483644. OLE color: 2483644.
HSL color Cylindrical-coordinate representation of color #BCE525: hue angle of 72.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCE525 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.10 |
| HSL | 72.81º | 0.79% | 0.52% | - |
| HSV(B) | 72.81º | 0.84% | 0.9% | - |
| XYZ | 49.09 | 66.86 | 12.07 | - |
| YUV | 194.85 | 38.92 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 37 | 0.18 | 0 | 0.84 | 0.10 | 72.81 | 0.79 | 0.52 |
| Hex | BC | E5 | 25 | 12 | 0 | 54 | A | 49 | 4F | 34 |
| Octal | 274 | 345 | 45 | 22 | 0 | 124 | 12 | 111 | 117 | 64 |
| Binary | 10111100 | 11100101 | 100101 | 10010 | 0 | 1010100 | 1010 | 1001001 | 1001111 | 110100 |
Color Harmonies of #BCE525
Complementary color
Monochromatic Colors of #BCE525
Black with #BCE525
Text Example
Text Example
White with #BCE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE525; }
p { color: rgb(188,229,37); }
H1.HeaderClassName
{
color: #BCE525;
}
.AnyTagClassName
{
color: #BCE525;
}
</style>
background-color css
<style>
a { background-color: #BCE525; }
a { background-color: rgb(188,229,37); }
div.DivClassName
{
background-color: #BCE525;
}
.BgClassName
{
background-color: #BCE525;
}
</style>
border-color css
<style>
span { border-color: #BCE525; }
span { border-color: rgb(188,229,37); }
td.TdClassName
{
border-color: #BCE525;
}
.TagClassName
{
border-color: #BCE525;
}
</style>