Shades of Green Yellow #BCFC32
Tints of Green Yellow #BCFC32
RGB
CMYK
RGB Variations
Color information
#BCFC32 (or 0xBCFC32) is known color: Green Yellow. HEX triplet: BC, FC and 32. RGB value is (188,252,50). Sum of RGB (Red+Green+Blue) = 188+252+50=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC32 is #4303CD. Grayscale: #D2D2D2. Windows color (decimal): -4391886 or 3341500. OLE color: 3341500.
HSL color Cylindrical-coordinate representation of color #BCFC32: hue angle of 79.01º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCFC32 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 50 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.01 |
| HSL | 79.01º | 0.97% | 0.59% | - |
| HSV(B) | 79.01º | 0.8% | 0.99% | - |
| XYZ | 56.13 | 80.54 | 15.61 | - |
| YUV | 209.84 | 37.8 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 50 | 0.25 | 0 | 0.80 | 0.01 | 79.01 | 0.97 | 0.59 |
| Hex | BC | FC | 32 | 19 | 0 | 50 | 1 | 4F | 61 | 3B |
| Octal | 274 | 374 | 62 | 31 | 0 | 120 | 1 | 117 | 141 | 73 |
| Binary | 10111100 | 11111100 | 110010 | 11001 | 0 | 1010000 | 1 | 1001111 | 1100001 | 111011 |
Color Harmonies of #BCFC32
Complementary color
Monochromatic Colors of #BCFC32
Black with #BCFC32
Text Example
Text Example
White with #BCFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC32; }
p { color: rgb(188,252,50); }
H1.HeaderClassName
{
color: #BCFC32;
}
.AnyTagClassName
{
color: #BCFC32;
}
</style>
background-color css
<style>
a { background-color: #BCFC32; }
a { background-color: rgb(188,252,50); }
div.DivClassName
{
background-color: #BCFC32;
}
.BgClassName
{
background-color: #BCFC32;
}
</style>
border-color css
<style>
span { border-color: #BCFC32; }
span { border-color: rgb(188,252,50); }
td.TdClassName
{
border-color: #BCFC32;
}
.TagClassName
{
border-color: #BCFC32;
}
</style>