Shades of Green Yellow #BCFD19
Tints of Green Yellow #BCFD19
RGB
CMYK
RGB Variations
Color information
#BCFD19 (or 0xBCFD19) is known color: Green Yellow. HEX triplet: BC, FD and 19. RGB value is (188,253,25). Sum of RGB (Red+Green+Blue) = 188+253+25=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD19 is #4302E6. Grayscale: #D0D0D0. Windows color (decimal): -4391655 or 1703356. OLE color: 1703356.
HSL color Cylindrical-coordinate representation of color #BCFD19: hue angle of 77.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCFD19 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 25 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.01 |
| HSL | 77.11º | 0.98% | 0.55% | - |
| HSV(B) | 77.11º | 0.9% | 0.99% | - |
| XYZ | 56.04 | 81.01 | 13.6 | - |
| YUV | 207.57 | 24.97 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 25 | 0.26 | 0 | 0.90 | 0.01 | 77.11 | 0.98 | 0.55 |
| Hex | BC | FD | 19 | 1A | 0 | 5A | 1 | 4D | 62 | 37 |
| Octal | 274 | 375 | 31 | 32 | 0 | 132 | 1 | 115 | 142 | 67 |
| Binary | 10111100 | 11111101 | 11001 | 11010 | 0 | 1011010 | 1 | 1001101 | 1100010 | 110111 |
Color Harmonies of #BCFD19
Complementary color
Monochromatic Colors of #BCFD19
Black with #BCFD19
Text Example
Text Example
White with #BCFD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD19; }
p { color: rgb(188,253,25); }
H1.HeaderClassName
{
color: #BCFD19;
}
.AnyTagClassName
{
color: #BCFD19;
}
</style>
background-color css
<style>
a { background-color: #BCFD19; }
a { background-color: rgb(188,253,25); }
div.DivClassName
{
background-color: #BCFD19;
}
.BgClassName
{
background-color: #BCFD19;
}
</style>
border-color css
<style>
span { border-color: #BCFD19; }
span { border-color: rgb(188,253,25); }
td.TdClassName
{
border-color: #BCFD19;
}
.TagClassName
{
border-color: #BCFD19;
}
</style>