Shades of Green Yellow #BCFE40
Tints of Green Yellow #BCFE40
RGB
CMYK
RGB Variations
Color information
#BCFE40 (or 0xBCFE40) is known color: Green Yellow. HEX triplet: BC, FE and 40. RGB value is (188,254,64). Sum of RGB (Red+Green+Blue) = 188+254+64=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE40 is #4301BF. Grayscale: #D5D5D5. Windows color (decimal): -4391360 or 4259516. OLE color: 4259516.
HSL color Cylindrical-coordinate representation of color #BCFE40: hue angle of 80.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCFE40 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 64 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.00 |
| HSL | 80.84º | 0.99% | 0.62% | - |
| HSV(B) | 80.84º | 0.75% | 1% | - |
| XYZ | 57.11 | 81.95 | 17.66 | - |
| YUV | 212.61 | 44.13 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 64 | 0.26 | 0 | 0.75 | 0.00 | 80.84 | 0.99 | 0.62 |
| Hex | BC | FE | 40 | 1A | 0 | 4B | 0 | 51 | 63 | 3E |
| Octal | 274 | 376 | 100 | 32 | 0 | 113 | 0 | 121 | 143 | 76 |
| Binary | 10111100 | 11111110 | 1000000 | 11010 | 0 | 1001011 | 0 | 1010001 | 1100011 | 111110 |
Color Harmonies of #BCFE40
Complementary color
Monochromatic Colors of #BCFE40
Black with #BCFE40
Text Example
Text Example
White with #BCFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE40; }
p { color: rgb(188,254,64); }
H1.HeaderClassName
{
color: #BCFE40;
}
.AnyTagClassName
{
color: #BCFE40;
}
</style>
background-color css
<style>
a { background-color: #BCFE40; }
a { background-color: rgb(188,254,64); }
div.DivClassName
{
background-color: #BCFE40;
}
.BgClassName
{
background-color: #BCFE40;
}
</style>
border-color css
<style>
span { border-color: #BCFE40; }
span { border-color: rgb(188,254,64); }
td.TdClassName
{
border-color: #BCFE40;
}
.TagClassName
{
border-color: #BCFE40;
}
</style>