Shades of Green Yellow #BCFD2A
Tints of Green Yellow #BCFD2A
RGB
CMYK
RGB Variations
Color information
#BCFD2A (or 0xBCFD2A) is known color: Green Yellow. HEX triplet: BC, FD and 2A. RGB value is (188,253,42). Sum of RGB (Red+Green+Blue) = 188+253+42=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD2A is #4302D5. Grayscale: #D2D2D2. Windows color (decimal): -4391638 or 2817468. OLE color: 2817468.
HSL color Cylindrical-coordinate representation of color #BCFD2A: hue angle of 78.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCFD2A is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 42 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.01 |
| HSL | 78.48º | 0.98% | 0.58% | - |
| HSV(B) | 78.48º | 0.83% | 0.99% | - |
| XYZ | 56.28 | 81.11 | 14.88 | - |
| YUV | 209.51 | 33.47 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 42 | 0.26 | 0 | 0.83 | 0.01 | 78.48 | 0.98 | 0.58 |
| Hex | BC | FD | 2A | 1A | 0 | 53 | 1 | 4E | 62 | 3A |
| Octal | 274 | 375 | 52 | 32 | 0 | 123 | 1 | 116 | 142 | 72 |
| Binary | 10111100 | 11111101 | 101010 | 11010 | 0 | 1010011 | 1 | 1001110 | 1100010 | 111010 |
Color Harmonies of #BCFD2A
Complementary color
Monochromatic Colors of #BCFD2A
Black with #BCFD2A
Text Example
Text Example
White with #BCFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD2A; }
p { color: rgb(188,253,42); }
H1.HeaderClassName
{
color: #BCFD2A;
}
.AnyTagClassName
{
color: #BCFD2A;
}
</style>
background-color css
<style>
a { background-color: #BCFD2A; }
a { background-color: rgb(188,253,42); }
div.DivClassName
{
background-color: #BCFD2A;
}
.BgClassName
{
background-color: #BCFD2A;
}
</style>
border-color css
<style>
span { border-color: #BCFD2A; }
span { border-color: rgb(188,253,42); }
td.TdClassName
{
border-color: #BCFD2A;
}
.TagClassName
{
border-color: #BCFD2A;
}
</style>