Shades of Green Yellow #BCFE46
Tints of Green Yellow #BCFE46
RGB
CMYK
RGB Variations
Color information
#BCFE46 (or 0xBCFE46) is known color: Green Yellow. HEX triplet: BC, FE and 46. RGB value is (188,254,70). Sum of RGB (Red+Green+Blue) = 188+254+70=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE46 is #4301B9. Grayscale: #D5D5D5. Windows color (decimal): -4391354 or 4652732. OLE color: 4652732.
HSL color Cylindrical-coordinate representation of color #BCFE46: hue angle of 81.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCFE46 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 70 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.00 |
| HSL | 81.52º | 0.99% | 0.64% | - |
| HSV(B) | 81.52º | 0.72% | 1% | - |
| XYZ | 57.29 | 82.02 | 18.61 | - |
| YUV | 213.29 | 47.13 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 70 | 0.26 | 0 | 0.72 | 0.00 | 81.52 | 0.99 | 0.64 |
| Hex | BC | FE | 46 | 1A | 0 | 48 | 0 | 52 | 63 | 40 |
| Octal | 274 | 376 | 106 | 32 | 0 | 110 | 0 | 122 | 143 | 100 |
| Binary | 10111100 | 11111110 | 1000110 | 11010 | 0 | 1001000 | 0 | 1010010 | 1100011 | 1000000 |
Color Harmonies of #BCFE46
Complementary color
Monochromatic Colors of #BCFE46
Black with #BCFE46
Text Example
Text Example
White with #BCFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE46; }
p { color: rgb(188,254,70); }
H1.HeaderClassName
{
color: #BCFE46;
}
.AnyTagClassName
{
color: #BCFE46;
}
</style>
background-color css
<style>
a { background-color: #BCFE46; }
a { background-color: rgb(188,254,70); }
div.DivClassName
{
background-color: #BCFE46;
}
.BgClassName
{
background-color: #BCFE46;
}
</style>
border-color css
<style>
span { border-color: #BCFE46; }
span { border-color: rgb(188,254,70); }
td.TdClassName
{
border-color: #BCFE46;
}
.TagClassName
{
border-color: #BCFE46;
}
</style>