Shades of Green Yellow #BCFA40
Tints of Green Yellow #BCFA40
RGB
CMYK
RGB Variations
Color information
#BCFA40 (or 0xBCFA40) is known color: Green Yellow. HEX triplet: BC, FA and 40. RGB value is (188,250,64). Sum of RGB (Red+Green+Blue) = 188+250+64=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA40 is #4305BF. Grayscale: #D2D2D2. Windows color (decimal): -4392384 or 4258492. OLE color: 4258492.
HSL color Cylindrical-coordinate representation of color #BCFA40: hue angle of 80º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCFA40 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 64 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.02 |
| HSL | 80º | 0.95% | 0.62% | - |
| HSV(B) | 80º | 0.74% | 0.98% | - |
| XYZ | 55.85 | 79.43 | 17.24 | - |
| YUV | 210.26 | 45.46 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 64 | 0.25 | 0 | 0.74 | 0.02 | 80 | 0.95 | 0.62 |
| Hex | BC | FA | 40 | 19 | 0 | 4A | 2 | 50 | 5F | 3E |
| Octal | 274 | 372 | 100 | 31 | 0 | 112 | 2 | 120 | 137 | 76 |
| Binary | 10111100 | 11111010 | 1000000 | 11001 | 0 | 1001010 | 10 | 1010000 | 1011111 | 111110 |
Color Harmonies of #BCFA40
Complementary color
Monochromatic Colors of #BCFA40
Black with #BCFA40
Text Example
Text Example
White with #BCFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA40; }
p { color: rgb(188,250,64); }
H1.HeaderClassName
{
color: #BCFA40;
}
.AnyTagClassName
{
color: #BCFA40;
}
</style>
background-color css
<style>
a { background-color: #BCFA40; }
a { background-color: rgb(188,250,64); }
div.DivClassName
{
background-color: #BCFA40;
}
.BgClassName
{
background-color: #BCFA40;
}
</style>
border-color css
<style>
span { border-color: #BCFA40; }
span { border-color: rgb(188,250,64); }
td.TdClassName
{
border-color: #BCFA40;
}
.TagClassName
{
border-color: #BCFA40;
}
</style>