Shades of Green Yellow #BCFD28
Tints of Green Yellow #BCFD28
RGB
CMYK
RGB Variations
Color information
#BCFD28 (or 0xBCFD28) is known color: Green Yellow. HEX triplet: BC, FD and 28. RGB value is (188,253,40). Sum of RGB (Red+Green+Blue) = 188+253+40=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD28 is #4302D7. Grayscale: #D2D2D2. Windows color (decimal): -4391640 or 2686396. OLE color: 2686396.
HSL color Cylindrical-coordinate representation of color #BCFD28: hue angle of 78.31º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCFD28 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 40 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.01 |
| HSL | 78.31º | 0.98% | 0.57% | - |
| HSV(B) | 78.31º | 0.84% | 0.99% | - |
| XYZ | 56.25 | 81.1 | 14.7 | - |
| YUV | 209.28 | 32.47 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 40 | 0.26 | 0 | 0.84 | 0.01 | 78.31 | 0.98 | 0.57 |
| Hex | BC | FD | 28 | 1A | 0 | 54 | 1 | 4E | 62 | 39 |
| Octal | 274 | 375 | 50 | 32 | 0 | 124 | 1 | 116 | 142 | 71 |
| Binary | 10111100 | 11111101 | 101000 | 11010 | 0 | 1010100 | 1 | 1001110 | 1100010 | 111001 |
Color Harmonies of #BCFD28
Complementary color
Monochromatic Colors of #BCFD28
Black with #BCFD28
Text Example
Text Example
White with #BCFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD28; }
p { color: rgb(188,253,40); }
H1.HeaderClassName
{
color: #BCFD28;
}
.AnyTagClassName
{
color: #BCFD28;
}
</style>
background-color css
<style>
a { background-color: #BCFD28; }
a { background-color: rgb(188,253,40); }
div.DivClassName
{
background-color: #BCFD28;
}
.BgClassName
{
background-color: #BCFD28;
}
</style>
border-color css
<style>
span { border-color: #BCFD28; }
span { border-color: rgb(188,253,40); }
td.TdClassName
{
border-color: #BCFD28;
}
.TagClassName
{
border-color: #BCFD28;
}
</style>