Shades of Fuego #BCED2A
Tints of Fuego #BCED2A
RGB
CMYK
RGB Variations
Color information
#BCED2A (or 0xBCED2A) is known color: Fuego. HEX triplet: BC, ED and 2A. RGB value is (188,237,42). Sum of RGB (Red+Green+Blue) = 188+237+42=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED2A is #4312D5. Grayscale: #C8C8C8. Windows color (decimal): -4395734 or 2813372. OLE color: 2813372.
HSL color Cylindrical-coordinate representation of color #BCED2A: hue angle of 75.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCED2A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 42 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.07 |
| HSL | 75.08º | 0.84% | 0.55% | - |
| HSV(B) | 75.08º | 0.82% | 0.93% | - |
| XYZ | 51.44 | 71.43 | 13.27 | - |
| YUV | 200.12 | 38.77 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 42 | 0.21 | 0 | 0.82 | 0.07 | 75.08 | 0.84 | 0.55 |
| Hex | BC | ED | 2A | 15 | 0 | 52 | 7 | 4B | 54 | 37 |
| Octal | 274 | 355 | 52 | 25 | 0 | 122 | 7 | 113 | 124 | 67 |
| Binary | 10111100 | 11101101 | 101010 | 10101 | 0 | 1010010 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BCED2A
Complementary color
Monochromatic Colors of #BCED2A
Black with #BCED2A
Text Example
Text Example
White with #BCED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED2A; }
p { color: rgb(188,237,42); }
H1.HeaderClassName
{
color: #BCED2A;
}
.AnyTagClassName
{
color: #BCED2A;
}
</style>
background-color css
<style>
a { background-color: #BCED2A; }
a { background-color: rgb(188,237,42); }
div.DivClassName
{
background-color: #BCED2A;
}
.BgClassName
{
background-color: #BCED2A;
}
</style>
border-color css
<style>
span { border-color: #BCED2A; }
span { border-color: rgb(188,237,42); }
td.TdClassName
{
border-color: #BCED2A;
}
.TagClassName
{
border-color: #BCED2A;
}
</style>