Shades of Green Yellow #BCFE3F
Tints of Green Yellow #BCFE3F
RGB
CMYK
RGB Variations
Color information
#BCFE3F (or 0xBCFE3F) is known color: Green Yellow. HEX triplet: BC, FE and 3F. RGB value is (188,254,63). Sum of RGB (Red+Green+Blue) = 188+254+63=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE3F is #4301C0. Grayscale: #D5D5D5. Windows color (decimal): -4391361 or 4193980. OLE color: 4193980.
HSL color Cylindrical-coordinate representation of color #BCFE3F: hue angle of 80.73º 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 #BCFE3F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 63 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.00 |
| HSL | 80.73º | 0.99% | 0.62% | - |
| HSV(B) | 80.73º | 0.75% | 1% | - |
| XYZ | 57.08 | 81.93 | 17.51 | - |
| YUV | 212.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 63 | 0.26 | 0 | 0.75 | 0.00 | 80.73 | 0.99 | 0.62 |
| Hex | BC | FE | 3F | 1A | 0 | 4B | 0 | 51 | 63 | 3E |
| Octal | 274 | 376 | 77 | 32 | 0 | 113 | 0 | 121 | 143 | 76 |
| Binary | 10111100 | 11111110 | 111111 | 11010 | 0 | 1001011 | 0 | 1010001 | 1100011 | 111110 |
Color Harmonies of #BCFE3F
Complementary color
Monochromatic Colors of #BCFE3F
Black with #BCFE3F
Text Example
Text Example
White with #BCFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE3F; }
p { color: rgb(188,254,63); }
H1.HeaderClassName
{
color: #BCFE3F;
}
.AnyTagClassName
{
color: #BCFE3F;
}
</style>
background-color css
<style>
a { background-color: #BCFE3F; }
a { background-color: rgb(188,254,63); }
div.DivClassName
{
background-color: #BCFE3F;
}
.BgClassName
{
background-color: #BCFE3F;
}
</style>
border-color css
<style>
span { border-color: #BCFE3F; }
span { border-color: rgb(188,254,63); }
td.TdClassName
{
border-color: #BCFE3F;
}
.TagClassName
{
border-color: #BCFE3F;
}
</style>