Shades of Fuego #BCD71F
Tints of Fuego #BCD71F
RGB
CMYK
RGB Variations
Color information
#BCD71F (or 0xBCD71F) is known color: Fuego. HEX triplet: BC, D7 and 1F. RGB value is (188,215,31). Sum of RGB (Red+Green+Blue) = 188+215+31=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD71F is #4328E0. Grayscale: #BABABA. Windows color (decimal): -4401377 or 2086844. OLE color: 2086844.
HSL color Cylindrical-coordinate representation of color #BCD71F: hue angle of 68.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCD71F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.16 |
| HSL | 68.8º | 0.75% | 0.48% | - |
| HSV(B) | 68.8º | 0.86% | 0.84% | - |
| XYZ | 45.29 | 59.39 | 10.37 | - |
| YUV | 185.95 | 40.55 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 31 | 0.13 | 0 | 0.86 | 0.16 | 68.8 | 0.75 | 0.48 |
| Hex | BC | D7 | 1F | D | 0 | 56 | 10 | 45 | 4B | 30 |
| Octal | 274 | 327 | 37 | 15 | 0 | 126 | 20 | 105 | 113 | 60 |
| Binary | 10111100 | 11010111 | 11111 | 1101 | 0 | 1010110 | 10000 | 1000101 | 1001011 | 110000 |
Color Harmonies of #BCD71F
Complementary color
Monochromatic Colors of #BCD71F
Black with #BCD71F
Text Example
Text Example
White with #BCD71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD71F; }
p { color: rgb(188,215,31); }
H1.HeaderClassName
{
color: #BCD71F;
}
.AnyTagClassName
{
color: #BCD71F;
}
</style>
background-color css
<style>
a { background-color: #BCD71F; }
a { background-color: rgb(188,215,31); }
div.DivClassName
{
background-color: #BCD71F;
}
.BgClassName
{
background-color: #BCD71F;
}
</style>
border-color css
<style>
span { border-color: #BCD71F; }
span { border-color: rgb(188,215,31); }
td.TdClassName
{
border-color: #BCD71F;
}
.TagClassName
{
border-color: #BCD71F;
}
</style>