Shades of Green Yellow #BCFC4C
Tints of Green Yellow #BCFC4C
RGB
CMYK
RGB Variations
Color information
#BCFC4C (or 0xBCFC4C) is known color: Green Yellow. HEX triplet: BC, FC and 4C. RGB value is (188,252,76). Sum of RGB (Red+Green+Blue) = 188+252+76=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC4C is #4303B3. Grayscale: #D5D5D5. Windows color (decimal): -4391860 or 5045436. OLE color: 5045436.
HSL color Cylindrical-coordinate representation of color #BCFC4C: hue angle of 81.82º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCFC4C is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 76 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.01 |
| HSL | 81.82º | 0.97% | 0.64% | - |
| HSV(B) | 81.82º | 0.7% | 0.99% | - |
| XYZ | 56.85 | 80.83 | 19.44 | - |
| YUV | 212.8 | 50.8 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 76 | 0.25 | 0 | 0.70 | 0.01 | 81.82 | 0.97 | 0.64 |
| Hex | BC | FC | 4C | 19 | 0 | 46 | 1 | 52 | 61 | 40 |
| Octal | 274 | 374 | 114 | 31 | 0 | 106 | 1 | 122 | 141 | 100 |
| Binary | 10111100 | 11111100 | 1001100 | 11001 | 0 | 1000110 | 1 | 1010010 | 1100001 | 1000000 |
Color Harmonies of #BCFC4C
Complementary color
Monochromatic Colors of #BCFC4C
Black with #BCFC4C
Text Example
Text Example
White with #BCFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC4C; }
p { color: rgb(188,252,76); }
H1.HeaderClassName
{
color: #BCFC4C;
}
.AnyTagClassName
{
color: #BCFC4C;
}
</style>
background-color css
<style>
a { background-color: #BCFC4C; }
a { background-color: rgb(188,252,76); }
div.DivClassName
{
background-color: #BCFC4C;
}
.BgClassName
{
background-color: #BCFC4C;
}
</style>
border-color css
<style>
span { border-color: #BCFC4C; }
span { border-color: rgb(188,252,76); }
td.TdClassName
{
border-color: #BCFC4C;
}
.TagClassName
{
border-color: #BCFC4C;
}
</style>