Shades of Green Yellow #BCFE4B
Tints of Green Yellow #BCFE4B
RGB
CMYK
RGB Variations
Color information
#BCFE4B (or 0xBCFE4B) is known color: Green Yellow. HEX triplet: BC, FE and 4B. RGB value is (188,254,75). Sum of RGB (Red+Green+Blue) = 188+254+75=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE4B is #4301B4. Grayscale: #D6D6D6. Windows color (decimal): -4391349 or 4980412. OLE color: 4980412.
HSL color Cylindrical-coordinate representation of color #BCFE4B: hue angle of 82.12º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCFE4B is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 75 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.00 |
| HSL | 82.12º | 0.99% | 0.65% | - |
| HSV(B) | 82.12º | 0.7% | 1% | - |
| XYZ | 57.45 | 82.08 | 19.47 | - |
| YUV | 213.86 | 49.63 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 75 | 0.26 | 0 | 0.70 | 0.00 | 82.12 | 0.99 | 0.65 |
| Hex | BC | FE | 4B | 1A | 0 | 46 | 0 | 52 | 63 | 41 |
| Octal | 274 | 376 | 113 | 32 | 0 | 106 | 0 | 122 | 143 | 101 |
| Binary | 10111100 | 11111110 | 1001011 | 11010 | 0 | 1000110 | 0 | 1010010 | 1100011 | 1000001 |
Color Harmonies of #BCFE4B
Complementary color
Monochromatic Colors of #BCFE4B
Black with #BCFE4B
Text Example
Text Example
White with #BCFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE4B; }
p { color: rgb(188,254,75); }
H1.HeaderClassName
{
color: #BCFE4B;
}
.AnyTagClassName
{
color: #BCFE4B;
}
</style>
background-color css
<style>
a { background-color: #BCFE4B; }
a { background-color: rgb(188,254,75); }
div.DivClassName
{
background-color: #BCFE4B;
}
.BgClassName
{
background-color: #BCFE4B;
}
</style>
border-color css
<style>
span { border-color: #BCFE4B; }
span { border-color: rgb(188,254,75); }
td.TdClassName
{
border-color: #BCFE4B;
}
.TagClassName
{
border-color: #BCFE4B;
}
</style>