Shades of Green Yellow #BCFC40
Tints of Green Yellow #BCFC40
RGB
CMYK
RGB Variations
Color information
#BCFC40 (or 0xBCFC40) is known color: Green Yellow. HEX triplet: BC, FC and 40. RGB value is (188,252,64). Sum of RGB (Red+Green+Blue) = 188+252+64=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC40 is #4303BF. Grayscale: #D4D4D4. Windows color (decimal): -4391872 or 4259004. OLE color: 4259004.
HSL color Cylindrical-coordinate representation of color #BCFC40: hue angle of 80.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCFC40 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 64 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.01 |
| HSL | 80.43º | 0.97% | 0.62% | - |
| HSV(B) | 80.43º | 0.75% | 0.99% | - |
| XYZ | 56.47 | 80.68 | 17.45 | - |
| YUV | 211.43 | 44.8 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 64 | 0.25 | 0 | 0.75 | 0.01 | 80.43 | 0.97 | 0.62 |
| Hex | BC | FC | 40 | 19 | 0 | 4B | 1 | 50 | 61 | 3E |
| Octal | 274 | 374 | 100 | 31 | 0 | 113 | 1 | 120 | 141 | 76 |
| Binary | 10111100 | 11111100 | 1000000 | 11001 | 0 | 1001011 | 1 | 1010000 | 1100001 | 111110 |
Color Harmonies of #BCFC40
Complementary color
Monochromatic Colors of #BCFC40
Black with #BCFC40
Text Example
Text Example
White with #BCFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC40; }
p { color: rgb(188,252,64); }
H1.HeaderClassName
{
color: #BCFC40;
}
.AnyTagClassName
{
color: #BCFC40;
}
</style>
background-color css
<style>
a { background-color: #BCFC40; }
a { background-color: rgb(188,252,64); }
div.DivClassName
{
background-color: #BCFC40;
}
.BgClassName
{
background-color: #BCFC40;
}
</style>
border-color css
<style>
span { border-color: #BCFC40; }
span { border-color: rgb(188,252,64); }
td.TdClassName
{
border-color: #BCFC40;
}
.TagClassName
{
border-color: #BCFC40;
}
</style>