Shades of Green Yellow #BCFF4C
Tints of Green Yellow #BCFF4C
RGB
CMYK
RGB Variations
Color information
#BCFF4C (or 0xBCFF4C) is known color: Green Yellow. HEX triplet: BC, FF and 4C. RGB value is (188,255,76). Sum of RGB (Red+Green+Blue) = 188+255+76=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF4C is #4300B3. Grayscale: #D7D7D7. Windows color (decimal): -4391092 or 5046204. OLE color: 5046204.
HSL color Cylindrical-coordinate representation of color #BCFF4C: hue angle of 82.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCFF4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 76 | - |
| CMYK | 0.26 | 0 | 0.70 | 0 |
| HSL | 82.46º | 1% | 0.65% | - |
| HSV(B) | 82.46º | 0.7% | 1% | - |
| XYZ | 57.8 | 82.73 | 19.76 | - |
| YUV | 214.56 | 49.8 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 76 | 0.26 | 0 | 0.70 | 0 | 82.46 | 1 | 0.65 |
| Hex | BC | FF | 4C | 1A | 0 | 46 | 0 | 52 | 64 | 41 |
| Octal | 274 | 377 | 114 | 32 | 0 | 106 | 0 | 122 | 144 | 101 |
| Binary | 10111100 | 11111111 | 1001100 | 11010 | 0 | 1000110 | 0 | 1010010 | 1100100 | 1000001 |
Color Harmonies of #BCFF4C
Complementary color
Monochromatic Colors of #BCFF4C
Black with #BCFF4C
Text Example
Text Example
White with #BCFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF4C; }
p { color: rgb(188,255,76); }
H1.HeaderClassName
{
color: #BCFF4C;
}
.AnyTagClassName
{
color: #BCFF4C;
}
</style>
background-color css
<style>
a { background-color: #BCFF4C; }
a { background-color: rgb(188,255,76); }
div.DivClassName
{
background-color: #BCFF4C;
}
.BgClassName
{
background-color: #BCFF4C;
}
</style>
border-color css
<style>
span { border-color: #BCFF4C; }
span { border-color: rgb(188,255,76); }
td.TdClassName
{
border-color: #BCFF4C;
}
.TagClassName
{
border-color: #BCFF4C;
}
</style>