Shades of Green Yellow #BCFF3A
Tints of Green Yellow #BCFF3A
RGB
CMYK
RGB Variations
Color information
#BCFF3A (or 0xBCFF3A) is known color: Green Yellow. HEX triplet: BC, FF and 3A. RGB value is (188,255,58). Sum of RGB (Red+Green+Blue) = 188+255+58=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF3A is #4300C5. Grayscale: #D5D5D5. Windows color (decimal): -4391110 or 3866556. OLE color: 3866556.
HSL color Cylindrical-coordinate representation of color #BCFF3A: hue angle of 80.41º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCFF3A is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 58 | - |
| CMYK | 0.26 | 0 | 0.77 | 0 |
| HSL | 80.41º | 1% | 0.61% | - |
| HSV(B) | 80.41º | 0.77% | 1% | - |
| XYZ | 57.26 | 82.52 | 16.91 | - |
| YUV | 212.51 | 40.8 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 58 | 0.26 | 0 | 0.77 | 0 | 80.41 | 1 | 0.61 |
| Hex | BC | FF | 3A | 1A | 0 | 4D | 0 | 50 | 64 | 3D |
| Octal | 274 | 377 | 72 | 32 | 0 | 115 | 0 | 120 | 144 | 75 |
| Binary | 10111100 | 11111111 | 111010 | 11010 | 0 | 1001101 | 0 | 1010000 | 1100100 | 111101 |
Color Harmonies of #BCFF3A
Complementary color
Monochromatic Colors of #BCFF3A
Black with #BCFF3A
Text Example
Text Example
White with #BCFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF3A; }
p { color: rgb(188,255,58); }
H1.HeaderClassName
{
color: #BCFF3A;
}
.AnyTagClassName
{
color: #BCFF3A;
}
</style>
background-color css
<style>
a { background-color: #BCFF3A; }
a { background-color: rgb(188,255,58); }
div.DivClassName
{
background-color: #BCFF3A;
}
.BgClassName
{
background-color: #BCFF3A;
}
</style>
border-color css
<style>
span { border-color: #BCFF3A; }
span { border-color: rgb(188,255,58); }
td.TdClassName
{
border-color: #BCFF3A;
}
.TagClassName
{
border-color: #BCFF3A;
}
</style>