Shades of Fuego #BCDD1F
Tints of Fuego #BCDD1F
RGB
CMYK
RGB Variations
Color information
#BCDD1F (or 0xBCDD1F) is known color: Fuego. HEX triplet: BC, DD and 1F. RGB value is (188,221,31). Sum of RGB (Red+Green+Blue) = 188+221+31=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD1F is #4322E0. Grayscale: #BEBEBE. Windows color (decimal): -4399841 or 2088380. OLE color: 2088380.
HSL color Cylindrical-coordinate representation of color #BCDD1F: hue angle of 70.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCDD1F is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 31 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.13 |
| HSL | 70.42º | 0.75% | 0.49% | - |
| HSV(B) | 70.42º | 0.86% | 0.87% | - |
| XYZ | 46.84 | 62.5 | 10.89 | - |
| YUV | 189.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 31 | 0.15 | 0 | 0.86 | 0.13 | 70.42 | 0.75 | 0.49 |
| Hex | BC | DD | 1F | F | 0 | 56 | D | 46 | 4B | 31 |
| Octal | 274 | 335 | 37 | 17 | 0 | 126 | 15 | 106 | 113 | 61 |
| Binary | 10111100 | 11011101 | 11111 | 1111 | 0 | 1010110 | 1101 | 1000110 | 1001011 | 110001 |
Color Harmonies of #BCDD1F
Complementary color
Monochromatic Colors of #BCDD1F
Black with #BCDD1F
Text Example
Text Example
White with #BCDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD1F; }
p { color: rgb(188,221,31); }
H1.HeaderClassName
{
color: #BCDD1F;
}
.AnyTagClassName
{
color: #BCDD1F;
}
</style>
background-color css
<style>
a { background-color: #BCDD1F; }
a { background-color: rgb(188,221,31); }
div.DivClassName
{
background-color: #BCDD1F;
}
.BgClassName
{
background-color: #BCDD1F;
}
</style>
border-color css
<style>
span { border-color: #BCDD1F; }
span { border-color: rgb(188,221,31); }
td.TdClassName
{
border-color: #BCDD1F;
}
.TagClassName
{
border-color: #BCDD1F;
}
</style>