Shades of Green Yellow #BCFF3C
Tints of Green Yellow #BCFF3C
RGB
CMYK
RGB Variations
Color information
#BCFF3C (or 0xBCFF3C) is known color: Green Yellow. HEX triplet: BC, FF and 3C. RGB value is (188,255,60). Sum of RGB (Red+Green+Blue) = 188+255+60=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF3C is #4300C3. Grayscale: #D5D5D5. Windows color (decimal): -4391108 or 3997628. OLE color: 3997628.
HSL color Cylindrical-coordinate representation of color #BCFF3C: hue angle of 80.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCFF3C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 60 | - |
| CMYK | 0.26 | 0 | 0.76 | 0 |
| HSL | 80.62º | 1% | 0.62% | - |
| HSV(B) | 80.62º | 0.76% | 1% | - |
| XYZ | 57.31 | 82.54 | 17.19 | - |
| YUV | 212.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 60 | 0.26 | 0 | 0.76 | 0 | 80.62 | 1 | 0.62 |
| Hex | BC | FF | 3C | 1A | 0 | 4C | 0 | 51 | 64 | 3E |
| Octal | 274 | 377 | 74 | 32 | 0 | 114 | 0 | 121 | 144 | 76 |
| Binary | 10111100 | 11111111 | 111100 | 11010 | 0 | 1001100 | 0 | 1010001 | 1100100 | 111110 |
Color Harmonies of #BCFF3C
Complementary color
Monochromatic Colors of #BCFF3C
Black with #BCFF3C
Text Example
Text Example
White with #BCFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF3C; }
p { color: rgb(188,255,60); }
H1.HeaderClassName
{
color: #BCFF3C;
}
.AnyTagClassName
{
color: #BCFF3C;
}
</style>
background-color css
<style>
a { background-color: #BCFF3C; }
a { background-color: rgb(188,255,60); }
div.DivClassName
{
background-color: #BCFF3C;
}
.BgClassName
{
background-color: #BCFF3C;
}
</style>
border-color css
<style>
span { border-color: #BCFF3C; }
span { border-color: rgb(188,255,60); }
td.TdClassName
{
border-color: #BCFF3C;
}
.TagClassName
{
border-color: #BCFF3C;
}
</style>