Shades of Green Yellow #BCFB3A
Tints of Green Yellow #BCFB3A
RGB
CMYK
RGB Variations
Color information
#BCFB3A (or 0xBCFB3A) is known color: Green Yellow. HEX triplet: BC, FB and 3A. RGB value is (188,251,58). Sum of RGB (Red+Green+Blue) = 188+251+58=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB3A is #4304C5. Grayscale: #D2D2D2. Windows color (decimal): -4392134 or 3865532. OLE color: 3865532.
HSL color Cylindrical-coordinate representation of color #BCFB3A: hue angle of 79.59º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCFB3A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 58 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.02 |
| HSL | 79.59º | 0.96% | 0.61% | - |
| HSV(B) | 79.59º | 0.77% | 0.98% | - |
| XYZ | 56 | 79.99 | 16.49 | - |
| YUV | 210.16 | 42.13 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 58 | 0.25 | 0 | 0.77 | 0.02 | 79.59 | 0.96 | 0.61 |
| Hex | BC | FB | 3A | 19 | 0 | 4D | 2 | 50 | 60 | 3D |
| Octal | 274 | 373 | 72 | 31 | 0 | 115 | 2 | 120 | 140 | 75 |
| Binary | 10111100 | 11111011 | 111010 | 11001 | 0 | 1001101 | 10 | 1010000 | 1100000 | 111101 |
Color Harmonies of #BCFB3A
Complementary color
Monochromatic Colors of #BCFB3A
Black with #BCFB3A
Text Example
Text Example
White with #BCFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB3A; }
p { color: rgb(188,251,58); }
H1.HeaderClassName
{
color: #BCFB3A;
}
.AnyTagClassName
{
color: #BCFB3A;
}
</style>
background-color css
<style>
a { background-color: #BCFB3A; }
a { background-color: rgb(188,251,58); }
div.DivClassName
{
background-color: #BCFB3A;
}
.BgClassName
{
background-color: #BCFB3A;
}
</style>
border-color css
<style>
span { border-color: #BCFB3A; }
span { border-color: rgb(188,251,58); }
td.TdClassName
{
border-color: #BCFB3A;
}
.TagClassName
{
border-color: #BCFB3A;
}
</style>