Shades of Fuego #BCDF21
Tints of Fuego #BCDF21
RGB
CMYK
RGB Variations
Color information
#BCDF21 (or 0xBCDF21) is known color: Fuego. HEX triplet: BC, DF and 21. RGB value is (188,223,33). Sum of RGB (Red+Green+Blue) = 188+223+33=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF21 is #4320DE. Grayscale: #BFBFBF. Windows color (decimal): -4399327 or 2219964. OLE color: 2219964.
HSL color Cylindrical-coordinate representation of color #BCDF21: hue angle of 71.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCDF21 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.13 |
| HSL | 71.05º | 0.75% | 0.5% | - |
| HSV(B) | 71.05º | 0.85% | 0.87% | - |
| XYZ | 47.4 | 63.58 | 11.21 | - |
| YUV | 190.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 33 | 0.16 | 0 | 0.85 | 0.13 | 71.05 | 0.75 | 0.5 |
| Hex | BC | DF | 21 | 10 | 0 | 55 | D | 47 | 4B | 32 |
| Octal | 274 | 337 | 41 | 20 | 0 | 125 | 15 | 107 | 113 | 62 |
| Binary | 10111100 | 11011111 | 100001 | 10000 | 0 | 1010101 | 1101 | 1000111 | 1001011 | 110010 |
Color Harmonies of #BCDF21
Complementary color
Monochromatic Colors of #BCDF21
Black with #BCDF21
Text Example
Text Example
White with #BCDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF21; }
p { color: rgb(188,223,33); }
H1.HeaderClassName
{
color: #BCDF21;
}
.AnyTagClassName
{
color: #BCDF21;
}
</style>
background-color css
<style>
a { background-color: #BCDF21; }
a { background-color: rgb(188,223,33); }
div.DivClassName
{
background-color: #BCDF21;
}
.BgClassName
{
background-color: #BCDF21;
}
</style>
border-color css
<style>
span { border-color: #BCDF21; }
span { border-color: rgb(188,223,33); }
td.TdClassName
{
border-color: #BCDF21;
}
.TagClassName
{
border-color: #BCDF21;
}
</style>