Shades of Fuego #BCDD25
Tints of Fuego #BCDD25
RGB
CMYK
RGB Variations
Color information
#BCDD25 (or 0xBCDD25) is known color: Fuego. HEX triplet: BC, DD and 25. RGB value is (188,221,37). Sum of RGB (Red+Green+Blue) = 188+221+37=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD25 is #4322DA. Grayscale: #BEBEBE. Windows color (decimal): -4399835 or 2481596. OLE color: 2481596.
HSL color Cylindrical-coordinate representation of color #BCDD25: hue angle of 70.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCDD25 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 37 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.13 |
| HSL | 70.76º | 0.73% | 0.51% | - |
| HSV(B) | 70.76º | 0.83% | 0.87% | - |
| XYZ | 46.93 | 62.54 | 11.35 | - |
| YUV | 190.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 37 | 0.15 | 0 | 0.83 | 0.13 | 70.76 | 0.73 | 0.51 |
| Hex | BC | DD | 25 | F | 0 | 53 | D | 47 | 49 | 33 |
| Octal | 274 | 335 | 45 | 17 | 0 | 123 | 15 | 107 | 111 | 63 |
| Binary | 10111100 | 11011101 | 100101 | 1111 | 0 | 1010011 | 1101 | 1000111 | 1001001 | 110011 |
Color Harmonies of #BCDD25
Complementary color
Monochromatic Colors of #BCDD25
Black with #BCDD25
Text Example
Text Example
White with #BCDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD25; }
p { color: rgb(188,221,37); }
H1.HeaderClassName
{
color: #BCDD25;
}
.AnyTagClassName
{
color: #BCDD25;
}
</style>
background-color css
<style>
a { background-color: #BCDD25; }
a { background-color: rgb(188,221,37); }
div.DivClassName
{
background-color: #BCDD25;
}
.BgClassName
{
background-color: #BCDD25;
}
</style>
border-color css
<style>
span { border-color: #BCDD25; }
span { border-color: rgb(188,221,37); }
td.TdClassName
{
border-color: #BCDD25;
}
.TagClassName
{
border-color: #BCDD25;
}
</style>