Shades of Fuego #BCEC29
Tints of Fuego #BCEC29
RGB
CMYK
RGB Variations
Color information
#BCEC29 (or 0xBCEC29) is known color: Fuego. HEX triplet: BC, EC and 29. RGB value is (188,236,41). Sum of RGB (Red+Green+Blue) = 188+236+41=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC29 is #4313D6. Grayscale: #C8C8C8. Windows color (decimal): -4395991 or 2747580. OLE color: 2747580.
HSL color Cylindrical-coordinate representation of color #BCEC29: hue angle of 74.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCEC29 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 41 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.07 |
| HSL | 74.77º | 0.84% | 0.54% | - |
| HSV(B) | 74.77º | 0.83% | 0.93% | - |
| XYZ | 51.13 | 70.84 | 13.08 | - |
| YUV | 199.42 | 38.6 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 41 | 0.20 | 0 | 0.83 | 0.07 | 74.77 | 0.84 | 0.54 |
| Hex | BC | EC | 29 | 14 | 0 | 53 | 7 | 4B | 54 | 36 |
| Octal | 274 | 354 | 51 | 24 | 0 | 123 | 7 | 113 | 124 | 66 |
| Binary | 10111100 | 11101100 | 101001 | 10100 | 0 | 1010011 | 111 | 1001011 | 1010100 | 110110 |
Color Harmonies of #BCEC29
Complementary color
Monochromatic Colors of #BCEC29
Black with #BCEC29
Text Example
Text Example
White with #BCEC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC29; }
p { color: rgb(188,236,41); }
H1.HeaderClassName
{
color: #BCEC29;
}
.AnyTagClassName
{
color: #BCEC29;
}
</style>
background-color css
<style>
a { background-color: #BCEC29; }
a { background-color: rgb(188,236,41); }
div.DivClassName
{
background-color: #BCEC29;
}
.BgClassName
{
background-color: #BCEC29;
}
</style>
border-color css
<style>
span { border-color: #BCEC29; }
span { border-color: rgb(188,236,41); }
td.TdClassName
{
border-color: #BCEC29;
}
.TagClassName
{
border-color: #BCEC29;
}
</style>