Shades of Fuego #BCD81E
Tints of Fuego #BCD81E
RGB
CMYK
RGB Variations
Color information
#BCD81E (or 0xBCD81E) is known color: Fuego. HEX triplet: BC, D8 and 1E. RGB value is (188,216,30). Sum of RGB (Red+Green+Blue) = 188+216+30=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD81E is #4327E1. Grayscale: #BBBBBB. Windows color (decimal): -4401122 or 2021564. OLE color: 2021564.
HSL color Cylindrical-coordinate representation of color #BCD81E: hue angle of 69.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCD81E is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 30 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.15 |
| HSL | 69.03º | 0.76% | 0.48% | - |
| HSV(B) | 69.03º | 0.86% | 0.85% | - |
| XYZ | 45.53 | 59.9 | 10.39 | - |
| YUV | 186.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 30 | 0.13 | 0 | 0.86 | 0.15 | 69.03 | 0.76 | 0.48 |
| Hex | BC | D8 | 1E | D | 0 | 56 | F | 45 | 4C | 30 |
| Octal | 274 | 330 | 36 | 15 | 0 | 126 | 17 | 105 | 114 | 60 |
| Binary | 10111100 | 11011000 | 11110 | 1101 | 0 | 1010110 | 1111 | 1000101 | 1001100 | 110000 |
Color Harmonies of #BCD81E
Complementary color
Monochromatic Colors of #BCD81E
Black with #BCD81E
Text Example
Text Example
White with #BCD81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD81E; }
p { color: rgb(188,216,30); }
H1.HeaderClassName
{
color: #BCD81E;
}
.AnyTagClassName
{
color: #BCD81E;
}
</style>
background-color css
<style>
a { background-color: #BCD81E; }
a { background-color: rgb(188,216,30); }
div.DivClassName
{
background-color: #BCD81E;
}
.BgClassName
{
background-color: #BCD81E;
}
</style>
border-color css
<style>
span { border-color: #BCD81E; }
span { border-color: rgb(188,216,30); }
td.TdClassName
{
border-color: #BCD81E;
}
.TagClassName
{
border-color: #BCD81E;
}
</style>