Shades of Fuego #BCDF24
Tints of Fuego #BCDF24
RGB
CMYK
RGB Variations
Color information
#BCDF24 (or 0xBCDF24) is known color: Fuego. HEX triplet: BC, DF and 24. RGB value is (188,223,36). Sum of RGB (Red+Green+Blue) = 188+223+36=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF24 is #4320DB. Grayscale: #BFBFBF. Windows color (decimal): -4399324 or 2416572. OLE color: 2416572.
HSL color Cylindrical-coordinate representation of color #BCDF24: hue angle of 71.23º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCDF24 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 36 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.13 |
| HSL | 71.23º | 0.75% | 0.51% | - |
| HSV(B) | 71.23º | 0.84% | 0.87% | - |
| XYZ | 47.45 | 63.59 | 11.44 | - |
| YUV | 191.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 36 | 0.16 | 0 | 0.84 | 0.13 | 71.23 | 0.75 | 0.51 |
| Hex | BC | DF | 24 | 10 | 0 | 54 | D | 47 | 4B | 33 |
| Octal | 274 | 337 | 44 | 20 | 0 | 124 | 15 | 107 | 113 | 63 |
| Binary | 10111100 | 11011111 | 100100 | 10000 | 0 | 1010100 | 1101 | 1000111 | 1001011 | 110011 |
Color Harmonies of #BCDF24
Complementary color
Monochromatic Colors of #BCDF24
Black with #BCDF24
Text Example
Text Example
White with #BCDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF24; }
p { color: rgb(188,223,36); }
H1.HeaderClassName
{
color: #BCDF24;
}
.AnyTagClassName
{
color: #BCDF24;
}
</style>
background-color css
<style>
a { background-color: #BCDF24; }
a { background-color: rgb(188,223,36); }
div.DivClassName
{
background-color: #BCDF24;
}
.BgClassName
{
background-color: #BCDF24;
}
</style>
border-color css
<style>
span { border-color: #BCDF24; }
span { border-color: rgb(188,223,36); }
td.TdClassName
{
border-color: #BCDF24;
}
.TagClassName
{
border-color: #BCDF24;
}
</style>