Shades of Fuego #BCE428
Tints of Fuego #BCE428
RGB
CMYK
RGB Variations
Color information
#BCE428 (or 0xBCE428) is known color: Fuego. HEX triplet: BC, E4 and 28. RGB value is (188,228,40). Sum of RGB (Red+Green+Blue) = 188+228+40=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE428 is #431BD7. Grayscale: #C3C3C3. Windows color (decimal): -4398040 or 2679996. OLE color: 2679996.
HSL color Cylindrical-coordinate representation of color #BCE428: hue angle of 72.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCE428 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 40 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.11 |
| HSL | 72.77º | 0.78% | 0.53% | - |
| HSV(B) | 72.77º | 0.82% | 0.89% | - |
| XYZ | 48.87 | 66.33 | 12.24 | - |
| YUV | 194.61 | 40.75 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 40 | 0.18 | 0 | 0.82 | 0.11 | 72.77 | 0.78 | 0.53 |
| Hex | BC | E4 | 28 | 12 | 0 | 52 | B | 49 | 4E | 35 |
| Octal | 274 | 344 | 50 | 22 | 0 | 122 | 13 | 111 | 116 | 65 |
| Binary | 10111100 | 11100100 | 101000 | 10010 | 0 | 1010010 | 1011 | 1001001 | 1001110 | 110101 |
Color Harmonies of #BCE428
Complementary color
Monochromatic Colors of #BCE428
Black with #BCE428
Text Example
Text Example
White with #BCE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE428; }
p { color: rgb(188,228,40); }
H1.HeaderClassName
{
color: #BCE428;
}
.AnyTagClassName
{
color: #BCE428;
}
</style>
background-color css
<style>
a { background-color: #BCE428; }
a { background-color: rgb(188,228,40); }
div.DivClassName
{
background-color: #BCE428;
}
.BgClassName
{
background-color: #BCE428;
}
</style>
border-color css
<style>
span { border-color: #BCE428; }
span { border-color: rgb(188,228,40); }
td.TdClassName
{
border-color: #BCE428;
}
.TagClassName
{
border-color: #BCE428;
}
</style>