Shades of Fuego #BCE62B
Tints of Fuego #BCE62B
RGB
CMYK
RGB Variations
Color information
#BCE62B (or 0xBCE62B) is known color: Fuego. HEX triplet: BC, E6 and 2B. RGB value is (188,230,43). Sum of RGB (Red+Green+Blue) = 188+230+43=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE62B is #4319D4. Grayscale: #C4C4C4. Windows color (decimal): -4397525 or 2877116. OLE color: 2877116.
HSL color Cylindrical-coordinate representation of color #BCE62B: hue angle of 73.48º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCE62B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 43 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.10 |
| HSL | 73.48º | 0.79% | 0.54% | - |
| HSV(B) | 73.48º | 0.81% | 0.9% | - |
| XYZ | 49.47 | 67.46 | 12.7 | - |
| YUV | 196.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 43 | 0.18 | 0 | 0.81 | 0.10 | 73.48 | 0.79 | 0.54 |
| Hex | BC | E6 | 2B | 12 | 0 | 51 | A | 49 | 4F | 36 |
| Octal | 274 | 346 | 53 | 22 | 0 | 121 | 12 | 111 | 117 | 66 |
| Binary | 10111100 | 11100110 | 101011 | 10010 | 0 | 1010001 | 1010 | 1001001 | 1001111 | 110110 |
Color Harmonies of #BCE62B
Complementary color
Monochromatic Colors of #BCE62B
Black with #BCE62B
Text Example
Text Example
White with #BCE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE62B; }
p { color: rgb(188,230,43); }
H1.HeaderClassName
{
color: #BCE62B;
}
.AnyTagClassName
{
color: #BCE62B;
}
</style>
background-color css
<style>
a { background-color: #BCE62B; }
a { background-color: rgb(188,230,43); }
div.DivClassName
{
background-color: #BCE62B;
}
.BgClassName
{
background-color: #BCE62B;
}
</style>
border-color css
<style>
span { border-color: #BCE62B; }
span { border-color: rgb(188,230,43); }
td.TdClassName
{
border-color: #BCE62B;
}
.TagClassName
{
border-color: #BCE62B;
}
</style>