Shades of Fuego #BCE52D
Tints of Fuego #BCE52D
RGB
CMYK
RGB Variations
Color information
#BCE52D (or 0xBCE52D) is known color: Fuego. HEX triplet: BC, E5 and 2D. RGB value is (188,229,45). Sum of RGB (Red+Green+Blue) = 188+229+45=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE52D is #431AD2. Grayscale: #C4C4C4. Windows color (decimal): -4397779 or 3007932. OLE color: 3007932.
HSL color Cylindrical-coordinate representation of color #BCE52D: hue angle of 73.37º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCE52D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 45 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.10 |
| HSL | 73.37º | 0.78% | 0.54% | - |
| HSV(B) | 73.37º | 0.8% | 0.9% | - |
| XYZ | 49.23 | 66.92 | 12.8 | - |
| YUV | 195.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 45 | 0.18 | 0 | 0.80 | 0.10 | 73.37 | 0.78 | 0.54 |
| Hex | BC | E5 | 2D | 12 | 0 | 50 | A | 49 | 4E | 36 |
| Octal | 274 | 345 | 55 | 22 | 0 | 120 | 12 | 111 | 116 | 66 |
| Binary | 10111100 | 11100101 | 101101 | 10010 | 0 | 1010000 | 1010 | 1001001 | 1001110 | 110110 |
Color Harmonies of #BCE52D
Complementary color
Monochromatic Colors of #BCE52D
Black with #BCE52D
Text Example
Text Example
White with #BCE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE52D; }
p { color: rgb(188,229,45); }
H1.HeaderClassName
{
color: #BCE52D;
}
.AnyTagClassName
{
color: #BCE52D;
}
</style>
background-color css
<style>
a { background-color: #BCE52D; }
a { background-color: rgb(188,229,45); }
div.DivClassName
{
background-color: #BCE52D;
}
.BgClassName
{
background-color: #BCE52D;
}
</style>
border-color css
<style>
span { border-color: #BCE52D; }
span { border-color: rgb(188,229,45); }
td.TdClassName
{
border-color: #BCE52D;
}
.TagClassName
{
border-color: #BCE52D;
}
</style>