Shades of Green Yellow #BCFD1D
Tints of Green Yellow #BCFD1D
RGB
CMYK
RGB Variations
Color information
#BCFD1D (or 0xBCFD1D) is known color: Green Yellow. HEX triplet: BC, FD and 1D. RGB value is (188,253,29). Sum of RGB (Red+Green+Blue) = 188+253+29=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD1D is #4302E2. Grayscale: #D0D0D0. Windows color (decimal): -4391651 or 1965500. OLE color: 1965500.
HSL color Cylindrical-coordinate representation of color #BCFD1D: hue angle of 77.41º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCFD1D is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 29 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.01 |
| HSL | 77.41º | 0.98% | 0.55% | - |
| HSV(B) | 77.41º | 0.89% | 0.99% | - |
| XYZ | 56.09 | 81.03 | 13.85 | - |
| YUV | 208.03 | 26.97 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 29 | 0.26 | 0 | 0.89 | 0.01 | 77.41 | 0.98 | 0.55 |
| Hex | BC | FD | 1D | 1A | 0 | 59 | 1 | 4D | 62 | 37 |
| Octal | 274 | 375 | 35 | 32 | 0 | 131 | 1 | 115 | 142 | 67 |
| Binary | 10111100 | 11111101 | 11101 | 11010 | 0 | 1011001 | 1 | 1001101 | 1100010 | 110111 |
Color Harmonies of #BCFD1D
Complementary color
Monochromatic Colors of #BCFD1D
Black with #BCFD1D
Text Example
Text Example
White with #BCFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD1D; }
p { color: rgb(188,253,29); }
H1.HeaderClassName
{
color: #BCFD1D;
}
.AnyTagClassName
{
color: #BCFD1D;
}
</style>
background-color css
<style>
a { background-color: #BCFD1D; }
a { background-color: rgb(188,253,29); }
div.DivClassName
{
background-color: #BCFD1D;
}
.BgClassName
{
background-color: #BCFD1D;
}
</style>
border-color css
<style>
span { border-color: #BCFD1D; }
span { border-color: rgb(188,253,29); }
td.TdClassName
{
border-color: #BCFD1D;
}
.TagClassName
{
border-color: #BCFD1D;
}
</style>