Shades of Fuego #BCDF32
Tints of Fuego #BCDF32
RGB
CMYK
RGB Variations
Color information
#BCDF32 (or 0xBCDF32) is known color: Fuego. HEX triplet: BC, DF and 32. RGB value is (188,223,50). Sum of RGB (Red+Green+Blue) = 188+223+50=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF32 is #4320CD. Grayscale: #C1C1C1. Windows color (decimal): -4399310 or 3334076. OLE color: 3334076.
HSL color Cylindrical-coordinate representation of color #BCDF32: hue angle of 72.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCDF32 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 50 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.13 |
| HSL | 72.14º | 0.73% | 0.54% | - |
| HSV(B) | 72.14º | 0.78% | 0.87% | - |
| XYZ | 47.7 | 63.7 | 12.8 | - |
| YUV | 192.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 50 | 0.16 | 0 | 0.78 | 0.13 | 72.14 | 0.73 | 0.54 |
| Hex | BC | DF | 32 | 10 | 0 | 4E | D | 48 | 49 | 36 |
| Octal | 274 | 337 | 62 | 20 | 0 | 116 | 15 | 110 | 111 | 66 |
| Binary | 10111100 | 11011111 | 110010 | 10000 | 0 | 1001110 | 1101 | 1001000 | 1001001 | 110110 |
Color Harmonies of #BCDF32
Complementary color
Monochromatic Colors of #BCDF32
Black with #BCDF32
Text Example
Text Example
White with #BCDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF32; }
p { color: rgb(188,223,50); }
H1.HeaderClassName
{
color: #BCDF32;
}
.AnyTagClassName
{
color: #BCDF32;
}
</style>
background-color css
<style>
a { background-color: #BCDF32; }
a { background-color: rgb(188,223,50); }
div.DivClassName
{
background-color: #BCDF32;
}
.BgClassName
{
background-color: #BCDF32;
}
</style>
border-color css
<style>
span { border-color: #BCDF32; }
span { border-color: rgb(188,223,50); }
td.TdClassName
{
border-color: #BCDF32;
}
.TagClassName
{
border-color: #BCDF32;
}
</style>