Shades of Fuego #BCD42F
Tints of Fuego #BCD42F
RGB
CMYK
RGB Variations
Color information
#BCD42F (or 0xBCD42F) is known color: Fuego. HEX triplet: BC, D4 and 2F. RGB value is (188,212,47). Sum of RGB (Red+Green+Blue) = 188+212+47=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD42F is #432BD0. Grayscale: #BABABA. Windows color (decimal): -4402129 or 3134652. OLE color: 3134652.
HSL color Cylindrical-coordinate representation of color #BCD42F: hue angle of 68.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD42F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 47 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.17 |
| HSL | 68.73º | 0.66% | 0.51% | - |
| HSV(B) | 68.73º | 0.78% | 0.83% | - |
| XYZ | 44.8 | 57.98 | 11.52 | - |
| YUV | 186.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 47 | 0.11 | 0 | 0.78 | 0.17 | 68.73 | 0.66 | 0.51 |
| Hex | BC | D4 | 2F | B | 0 | 4E | 11 | 45 | 42 | 33 |
| Octal | 274 | 324 | 57 | 13 | 0 | 116 | 21 | 105 | 102 | 63 |
| Binary | 10111100 | 11010100 | 101111 | 1011 | 0 | 1001110 | 10001 | 1000101 | 1000010 | 110011 |
Color Harmonies of #BCD42F
Complementary color
Monochromatic Colors of #BCD42F
Black with #BCD42F
Text Example
Text Example
White with #BCD42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD42F; }
p { color: rgb(188,212,47); }
H1.HeaderClassName
{
color: #BCD42F;
}
.AnyTagClassName
{
color: #BCD42F;
}
</style>
background-color css
<style>
a { background-color: #BCD42F; }
a { background-color: rgb(188,212,47); }
div.DivClassName
{
background-color: #BCD42F;
}
.BgClassName
{
background-color: #BCD42F;
}
</style>
border-color css
<style>
span { border-color: #BCD42F; }
span { border-color: rgb(188,212,47); }
td.TdClassName
{
border-color: #BCD42F;
}
.TagClassName
{
border-color: #BCD42F;
}
</style>