Shades of Fuego #BCDE29
Tints of Fuego #BCDE29
RGB
CMYK
RGB Variations
Color information
#BCDE29 (or 0xBCDE29) is known color: Fuego. HEX triplet: BC, DE and 29. RGB value is (188,222,41). Sum of RGB (Red+Green+Blue) = 188+222+41=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE29 is #4321D6. Grayscale: #BFBFBF. Windows color (decimal): -4399575 or 2743996. OLE color: 2743996.
HSL color Cylindrical-coordinate representation of color #BCDE29: hue angle of 71.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCDE29 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 41 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.13 |
| HSL | 71.27º | 0.73% | 0.52% | - |
| HSV(B) | 71.27º | 0.82% | 0.87% | - |
| XYZ | 47.26 | 63.09 | 11.79 | - |
| YUV | 191.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 41 | 0.15 | 0 | 0.82 | 0.13 | 71.27 | 0.73 | 0.52 |
| Hex | BC | DE | 29 | F | 0 | 52 | D | 47 | 49 | 34 |
| Octal | 274 | 336 | 51 | 17 | 0 | 122 | 15 | 107 | 111 | 64 |
| Binary | 10111100 | 11011110 | 101001 | 1111 | 0 | 1010010 | 1101 | 1000111 | 1001001 | 110100 |
Color Harmonies of #BCDE29
Complementary color
Monochromatic Colors of #BCDE29
Black with #BCDE29
Text Example
Text Example
White with #BCDE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE29; }
p { color: rgb(188,222,41); }
H1.HeaderClassName
{
color: #BCDE29;
}
.AnyTagClassName
{
color: #BCDE29;
}
</style>
background-color css
<style>
a { background-color: #BCDE29; }
a { background-color: rgb(188,222,41); }
div.DivClassName
{
background-color: #BCDE29;
}
.BgClassName
{
background-color: #BCDE29;
}
</style>
border-color css
<style>
span { border-color: #BCDE29; }
span { border-color: rgb(188,222,41); }
td.TdClassName
{
border-color: #BCDE29;
}
.TagClassName
{
border-color: #BCDE29;
}
</style>