Shades of Green Yellow #BCFF1C
Tints of Green Yellow #BCFF1C
RGB
CMYK
RGB Variations
Color information
#BCFF1C (or 0xBCFF1C) is known color: Green Yellow. HEX triplet: BC, FF and 1C. RGB value is (188,255,28). Sum of RGB (Red+Green+Blue) = 188+255+28=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF1C is #4300E3. Grayscale: #D1D1D1. Windows color (decimal): -4391140 or 1900476. OLE color: 1900476.
HSL color Cylindrical-coordinate representation of color #BCFF1C: hue angle of 77.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCFF1C is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 28 | - |
| CMYK | 0.26 | 0 | 0.89 | 0 |
| HSL | 77.71º | 1% | 0.55% | - |
| HSV(B) | 77.71º | 0.89% | 1% | - |
| XYZ | 56.71 | 82.3 | 13.99 | - |
| YUV | 209.09 | 25.8 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 28 | 0.26 | 0 | 0.89 | 0 | 77.71 | 1 | 0.55 |
| Hex | BC | FF | 1C | 1A | 0 | 59 | 0 | 4E | 64 | 37 |
| Octal | 274 | 377 | 34 | 32 | 0 | 131 | 0 | 116 | 144 | 67 |
| Binary | 10111100 | 11111111 | 11100 | 11010 | 0 | 1011001 | 0 | 1001110 | 1100100 | 110111 |
Color Harmonies of #BCFF1C
Complementary color
Monochromatic Colors of #BCFF1C
Black with #BCFF1C
Text Example
Text Example
White with #BCFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF1C; }
p { color: rgb(188,255,28); }
H1.HeaderClassName
{
color: #BCFF1C;
}
.AnyTagClassName
{
color: #BCFF1C;
}
</style>
background-color css
<style>
a { background-color: #BCFF1C; }
a { background-color: rgb(188,255,28); }
div.DivClassName
{
background-color: #BCFF1C;
}
.BgClassName
{
background-color: #BCFF1C;
}
</style>
border-color css
<style>
span { border-color: #BCFF1C; }
span { border-color: rgb(188,255,28); }
td.TdClassName
{
border-color: #BCFF1C;
}
.TagClassName
{
border-color: #BCFF1C;
}
</style>