Shades of Green Yellow #BCFD18
Tints of Green Yellow #BCFD18
RGB
CMYK
RGB Variations
Color information
#BCFD18 (or 0xBCFD18) is known color: Green Yellow. HEX triplet: BC, FD and 18. RGB value is (188,253,24). Sum of RGB (Red+Green+Blue) = 188+253+24=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD18 is #4302E7. Grayscale: #D0D0D0. Windows color (decimal): -4391656 or 1637820. OLE color: 1637820.
HSL color Cylindrical-coordinate representation of color #BCFD18: hue angle of 77.03º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCFD18 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 24 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.01 |
| HSL | 77.03º | 0.98% | 0.54% | - |
| HSV(B) | 77.03º | 0.91% | 0.99% | - |
| XYZ | 56.03 | 81.01 | 13.55 | - |
| YUV | 207.46 | 24.47 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 24 | 0.26 | 0 | 0.91 | 0.01 | 77.03 | 0.98 | 0.54 |
| Hex | BC | FD | 18 | 1A | 0 | 5B | 1 | 4D | 62 | 36 |
| Octal | 274 | 375 | 30 | 32 | 0 | 133 | 1 | 115 | 142 | 66 |
| Binary | 10111100 | 11111101 | 11000 | 11010 | 0 | 1011011 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BCFD18
Complementary color
Monochromatic Colors of #BCFD18
Black with #BCFD18
Text Example
Text Example
White with #BCFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD18; }
p { color: rgb(188,253,24); }
H1.HeaderClassName
{
color: #BCFD18;
}
.AnyTagClassName
{
color: #BCFD18;
}
</style>
background-color css
<style>
a { background-color: #BCFD18; }
a { background-color: rgb(188,253,24); }
div.DivClassName
{
background-color: #BCFD18;
}
.BgClassName
{
background-color: #BCFD18;
}
</style>
border-color css
<style>
span { border-color: #BCFD18; }
span { border-color: rgb(188,253,24); }
td.TdClassName
{
border-color: #BCFD18;
}
.TagClassName
{
border-color: #BCFD18;
}
</style>