Shades of Green Yellow #BCFC19
Tints of Green Yellow #BCFC19
RGB
CMYK
RGB Variations
Color information
#BCFC19 (or 0xBCFC19) is known color: Green Yellow. HEX triplet: BC, FC and 19. RGB value is (188,252,25). Sum of RGB (Red+Green+Blue) = 188+252+25=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 25 (10.16% from 255 or 5.38% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC19 is #4303E6. Grayscale: #CFCFCF. Windows color (decimal): -4391911 or 1703100. OLE color: 1703100.
HSL color Cylindrical-coordinate representation of color #BCFC19: hue angle of 76.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCFC19 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 25 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.01 |
| HSL | 76.92º | 0.97% | 0.54% | - |
| HSV(B) | 76.92º | 0.9% | 0.99% | - |
| XYZ | 55.72 | 80.38 | 13.5 | - |
| YUV | 206.99 | 25.3 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 25 | 0.25 | 0 | 0.90 | 0.01 | 76.92 | 0.97 | 0.54 |
| Hex | BC | FC | 19 | 19 | 0 | 5A | 1 | 4D | 61 | 36 |
| Octal | 274 | 374 | 31 | 31 | 0 | 132 | 1 | 115 | 141 | 66 |
| Binary | 10111100 | 11111100 | 11001 | 11001 | 0 | 1011010 | 1 | 1001101 | 1100001 | 110110 |
Color Harmonies of #BCFC19
Complementary color
Monochromatic Colors of #BCFC19
Black with #BCFC19
Text Example
Text Example
White with #BCFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC19; }
p { color: rgb(188,252,25); }
H1.HeaderClassName
{
color: #BCFC19;
}
.AnyTagClassName
{
color: #BCFC19;
}
</style>
background-color css
<style>
a { background-color: #BCFC19; }
a { background-color: rgb(188,252,25); }
div.DivClassName
{
background-color: #BCFC19;
}
.BgClassName
{
background-color: #BCFC19;
}
</style>
border-color css
<style>
span { border-color: #BCFC19; }
span { border-color: rgb(188,252,25); }
td.TdClassName
{
border-color: #BCFC19;
}
.TagClassName
{
border-color: #BCFC19;
}
</style>