Shades of Fuego #BCDD2C
Tints of Fuego #BCDD2C
RGB
CMYK
RGB Variations
Color information
#BCDD2C (or 0xBCDD2C) is known color: Fuego. HEX triplet: BC, DD and 2C. RGB value is (188,221,44). Sum of RGB (Red+Green+Blue) = 188+221+44=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD2C is #4322D3. Grayscale: #BFBFBF. Windows color (decimal): -4399828 or 2940348. OLE color: 2940348.
HSL color Cylindrical-coordinate representation of color #BCDD2C: hue angle of 71.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCDD2C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 44 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.13 |
| HSL | 71.19º | 0.72% | 0.52% | - |
| HSV(B) | 71.19º | 0.8% | 0.87% | - |
| XYZ | 47.05 | 62.59 | 11.98 | - |
| YUV | 190.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 44 | 0.15 | 0 | 0.80 | 0.13 | 71.19 | 0.72 | 0.52 |
| Hex | BC | DD | 2C | F | 0 | 50 | D | 47 | 48 | 34 |
| Octal | 274 | 335 | 54 | 17 | 0 | 120 | 15 | 107 | 110 | 64 |
| Binary | 10111100 | 11011101 | 101100 | 1111 | 0 | 1010000 | 1101 | 1000111 | 1001000 | 110100 |
Color Harmonies of #BCDD2C
Complementary color
Monochromatic Colors of #BCDD2C
Black with #BCDD2C
Text Example
Text Example
White with #BCDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD2C; }
p { color: rgb(188,221,44); }
H1.HeaderClassName
{
color: #BCDD2C;
}
.AnyTagClassName
{
color: #BCDD2C;
}
</style>
background-color css
<style>
a { background-color: #BCDD2C; }
a { background-color: rgb(188,221,44); }
div.DivClassName
{
background-color: #BCDD2C;
}
.BgClassName
{
background-color: #BCDD2C;
}
</style>
border-color css
<style>
span { border-color: #BCDD2C; }
span { border-color: rgb(188,221,44); }
td.TdClassName
{
border-color: #BCDD2C;
}
.TagClassName
{
border-color: #BCDD2C;
}
</style>