Shades of Green Yellow #BCFC46
Tints of Green Yellow #BCFC46
RGB
CMYK
RGB Variations
Color information
#BCFC46 (or 0xBCFC46) is known color: Green Yellow. HEX triplet: BC, FC and 46. RGB value is (188,252,70). Sum of RGB (Red+Green+Blue) = 188+252+70=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC46 is #4303B9. Grayscale: #D4D4D4. Windows color (decimal): -4391866 or 4652220. OLE color: 4652220.
HSL color Cylindrical-coordinate representation of color #BCFC46: hue angle of 81.1º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCFC46 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 70 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.01 |
| HSL | 81.1º | 0.97% | 0.63% | - |
| HSV(B) | 81.1º | 0.72% | 0.99% | - |
| XYZ | 56.65 | 80.75 | 18.4 | - |
| YUV | 212.12 | 47.8 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 70 | 0.25 | 0 | 0.72 | 0.01 | 81.1 | 0.97 | 0.63 |
| Hex | BC | FC | 46 | 19 | 0 | 48 | 1 | 51 | 61 | 3F |
| Octal | 274 | 374 | 106 | 31 | 0 | 110 | 1 | 121 | 141 | 77 |
| Binary | 10111100 | 11111100 | 1000110 | 11001 | 0 | 1001000 | 1 | 1010001 | 1100001 | 111111 |
Color Harmonies of #BCFC46
Complementary color
Monochromatic Colors of #BCFC46
Black with #BCFC46
Text Example
Text Example
White with #BCFC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC46; }
p { color: rgb(188,252,70); }
H1.HeaderClassName
{
color: #BCFC46;
}
.AnyTagClassName
{
color: #BCFC46;
}
</style>
background-color css
<style>
a { background-color: #BCFC46; }
a { background-color: rgb(188,252,70); }
div.DivClassName
{
background-color: #BCFC46;
}
.BgClassName
{
background-color: #BCFC46;
}
</style>
border-color css
<style>
span { border-color: #BCFC46; }
span { border-color: rgb(188,252,70); }
td.TdClassName
{
border-color: #BCFC46;
}
.TagClassName
{
border-color: #BCFC46;
}
</style>