Shades of Fuego #BCE227
Tints of Fuego #BCE227
RGB
CMYK
RGB Variations
Color information
#BCE227 (or 0xBCE227) is known color: Fuego. HEX triplet: BC, E2 and 27. RGB value is (188,226,39). Sum of RGB (Red+Green+Blue) = 188+226+39=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE227 is #431DD8. Grayscale: #C2C2C2. Windows color (decimal): -4398553 or 2613948. OLE color: 2613948.
HSL color Cylindrical-coordinate representation of color #BCE227: hue angle of 72.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCE227 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.11 |
| HSL | 72.19º | 0.76% | 0.52% | - |
| HSV(B) | 72.19º | 0.83% | 0.89% | - |
| XYZ | 48.3 | 65.23 | 11.96 | - |
| YUV | 193.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 39 | 0.17 | 0 | 0.83 | 0.11 | 72.19 | 0.76 | 0.52 |
| Hex | BC | E2 | 27 | 11 | 0 | 53 | B | 48 | 4C | 34 |
| Octal | 274 | 342 | 47 | 21 | 0 | 123 | 13 | 110 | 114 | 64 |
| Binary | 10111100 | 11100010 | 100111 | 10001 | 0 | 1010011 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BCE227
Complementary color
Monochromatic Colors of #BCE227
Black with #BCE227
Text Example
Text Example
White with #BCE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE227; }
p { color: rgb(188,226,39); }
H1.HeaderClassName
{
color: #BCE227;
}
.AnyTagClassName
{
color: #BCE227;
}
</style>
background-color css
<style>
a { background-color: #BCE227; }
a { background-color: rgb(188,226,39); }
div.DivClassName
{
background-color: #BCE227;
}
.BgClassName
{
background-color: #BCE227;
}
</style>
border-color css
<style>
span { border-color: #BCE227; }
span { border-color: rgb(188,226,39); }
td.TdClassName
{
border-color: #BCE227;
}
.TagClassName
{
border-color: #BCE227;
}
</style>