Shades of Fuego #BCDC25
Tints of Fuego #BCDC25
RGB
CMYK
RGB Variations
Color information
#BCDC25 (or 0xBCDC25) is known color: Fuego. HEX triplet: BC, DC and 25. RGB value is (188,220,37). Sum of RGB (Red+Green+Blue) = 188+220+37=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC25 is #4323DA. Grayscale: #BEBEBE. Windows color (decimal): -4400091 or 2481340. OLE color: 2481340.
HSL color Cylindrical-coordinate representation of color #BCDC25: hue angle of 70.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCDC25 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 37 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.14 |
| HSL | 70.49º | 0.72% | 0.5% | - |
| HSV(B) | 70.49º | 0.83% | 0.86% | - |
| XYZ | 46.67 | 62.01 | 11.26 | - |
| YUV | 189.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 37 | 0.15 | 0 | 0.83 | 0.14 | 70.49 | 0.72 | 0.5 |
| Hex | BC | DC | 25 | F | 0 | 53 | E | 46 | 48 | 32 |
| Octal | 274 | 334 | 45 | 17 | 0 | 123 | 16 | 106 | 110 | 62 |
| Binary | 10111100 | 11011100 | 100101 | 1111 | 0 | 1010011 | 1110 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BCDC25
Complementary color
Monochromatic Colors of #BCDC25
Black with #BCDC25
Text Example
Text Example
White with #BCDC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC25; }
p { color: rgb(188,220,37); }
H1.HeaderClassName
{
color: #BCDC25;
}
.AnyTagClassName
{
color: #BCDC25;
}
</style>
background-color css
<style>
a { background-color: #BCDC25; }
a { background-color: rgb(188,220,37); }
div.DivClassName
{
background-color: #BCDC25;
}
.BgClassName
{
background-color: #BCDC25;
}
</style>
border-color css
<style>
span { border-color: #BCDC25; }
span { border-color: rgb(188,220,37); }
td.TdClassName
{
border-color: #BCDC25;
}
.TagClassName
{
border-color: #BCDC25;
}
</style>