Shades of Green Yellow #BCFA32
Tints of Green Yellow #BCFA32
RGB
CMYK
RGB Variations
Color information
#BCFA32 (or 0xBCFA32) is known color: Green Yellow. HEX triplet: BC, FA and 32. RGB value is (188,250,50). Sum of RGB (Red+Green+Blue) = 188+250+50=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA32 is #4305CD. Grayscale: #D1D1D1. Windows color (decimal): -4392398 or 3340988. OLE color: 3340988.
HSL color Cylindrical-coordinate representation of color #BCFA32: hue angle of 78.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCFA32 is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 50 | - |
| CMYK | 0.25 | 0 | 0.8 | 0.02 |
| HSL | 78.6º | 0.95% | 0.59% | - |
| HSV(B) | 78.6º | 0.8% | 0.98% | - |
| XYZ | 55.5 | 79.29 | 15.4 | - |
| YUV | 208.66 | 38.46 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 50 | 0.25 | 0 | 0.8 | 0.02 | 78.6 | 0.95 | 0.59 |
| Hex | BC | FA | 32 | 19 | 0 | 50 | 2 | 4F | 5F | 3B |
| Octal | 274 | 372 | 62 | 31 | 0 | 120 | 2 | 117 | 137 | 73 |
| Binary | 10111100 | 11111010 | 110010 | 11001 | 0 | 1010000 | 10 | 1001111 | 1011111 | 111011 |
Color Harmonies of #BCFA32
Complementary color
Monochromatic Colors of #BCFA32
Black with #BCFA32
Text Example
Text Example
White with #BCFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA32; }
p { color: rgb(188,250,50); }
H1.HeaderClassName
{
color: #BCFA32;
}
.AnyTagClassName
{
color: #BCFA32;
}
</style>
background-color css
<style>
a { background-color: #BCFA32; }
a { background-color: rgb(188,250,50); }
div.DivClassName
{
background-color: #BCFA32;
}
.BgClassName
{
background-color: #BCFA32;
}
</style>
border-color css
<style>
span { border-color: #BCFA32; }
span { border-color: rgb(188,250,50); }
td.TdClassName
{
border-color: #BCFA32;
}
.TagClassName
{
border-color: #BCFA32;
}
</style>