Shades of Fuego #BCDF29
Tints of Fuego #BCDF29
RGB
CMYK
RGB Variations
Color information
#BCDF29 (or 0xBCDF29) is known color: Fuego. HEX triplet: BC, DF and 29. RGB value is (188,223,41). Sum of RGB (Red+Green+Blue) = 188+223+41=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF29 is #4320D6. Grayscale: #C0C0C0. Windows color (decimal): -4399319 or 2744252. OLE color: 2744252.
HSL color Cylindrical-coordinate representation of color #BCDF29: hue angle of 71.54º degrees, saturation: 0.74, 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 #BCDF29 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.13 |
| HSL | 71.54º | 0.74% | 0.52% | - |
| HSV(B) | 71.54º | 0.82% | 0.87% | - |
| XYZ | 47.53 | 63.63 | 11.87 | - |
| YUV | 191.79 | 42.9 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 41 | 0.16 | 0 | 0.82 | 0.13 | 71.54 | 0.74 | 0.52 |
| Hex | BC | DF | 29 | 10 | 0 | 52 | D | 48 | 4A | 34 |
| Octal | 274 | 337 | 51 | 20 | 0 | 122 | 15 | 110 | 112 | 64 |
| Binary | 10111100 | 11011111 | 101001 | 10000 | 0 | 1010010 | 1101 | 1001000 | 1001010 | 110100 |
Color Harmonies of #BCDF29
Complementary color
Monochromatic Colors of #BCDF29
Black with #BCDF29
Text Example
Text Example
White with #BCDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF29; }
p { color: rgb(188,223,41); }
H1.HeaderClassName
{
color: #BCDF29;
}
.AnyTagClassName
{
color: #BCDF29;
}
</style>
background-color css
<style>
a { background-color: #BCDF29; }
a { background-color: rgb(188,223,41); }
div.DivClassName
{
background-color: #BCDF29;
}
.BgClassName
{
background-color: #BCDF29;
}
</style>
border-color css
<style>
span { border-color: #BCDF29; }
span { border-color: rgb(188,223,41); }
td.TdClassName
{
border-color: #BCDF29;
}
.TagClassName
{
border-color: #BCDF29;
}
</style>