Shades of Green Yellow #BCFF1D
Tints of Green Yellow #BCFF1D
RGB
CMYK
RGB Variations
Color information
#BCFF1D (or 0xBCFF1D) is known color: Green Yellow. HEX triplet: BC, FF and 1D. RGB value is (188,255,29). Sum of RGB (Red+Green+Blue) = 188+255+29=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF1D is #4300E2. Grayscale: #D2D2D2. Windows color (decimal): -4391139 or 1966012. OLE color: 1966012.
HSL color Cylindrical-coordinate representation of color #BCFF1D: hue angle of 77.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCFF1D is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 29 | - |
| CMYK | 0.26 | 0 | 0.89 | 0 |
| HSL | 77.79º | 1% | 0.56% | - |
| HSV(B) | 77.79º | 0.89% | 1% | - |
| XYZ | 56.72 | 82.3 | 14.06 | - |
| YUV | 209.2 | 26.3 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 29 | 0.26 | 0 | 0.89 | 0 | 77.79 | 1 | 0.56 |
| Hex | BC | FF | 1D | 1A | 0 | 59 | 0 | 4E | 64 | 38 |
| Octal | 274 | 377 | 35 | 32 | 0 | 131 | 0 | 116 | 144 | 70 |
| Binary | 10111100 | 11111111 | 11101 | 11010 | 0 | 1011001 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BCFF1D
Complementary color
Monochromatic Colors of #BCFF1D
Black with #BCFF1D
Text Example
Text Example
White with #BCFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF1D; }
p { color: rgb(188,255,29); }
H1.HeaderClassName
{
color: #BCFF1D;
}
.AnyTagClassName
{
color: #BCFF1D;
}
</style>
background-color css
<style>
a { background-color: #BCFF1D; }
a { background-color: rgb(188,255,29); }
div.DivClassName
{
background-color: #BCFF1D;
}
.BgClassName
{
background-color: #BCFF1D;
}
</style>
border-color css
<style>
span { border-color: #BCFF1D; }
span { border-color: rgb(188,255,29); }
td.TdClassName
{
border-color: #BCFF1D;
}
.TagClassName
{
border-color: #BCFF1D;
}
</style>