Shades of Green Yellow #BCFD25
Tints of Green Yellow #BCFD25
RGB
CMYK
RGB Variations
Color information
#BCFD25 (or 0xBCFD25) is known color: Green Yellow. HEX triplet: BC, FD and 25. RGB value is (188,253,37). Sum of RGB (Red+Green+Blue) = 188+253+37=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD25 is #4302DA. Grayscale: #D1D1D1. Windows color (decimal): -4391643 or 2489788. OLE color: 2489788.
HSL color Cylindrical-coordinate representation of color #BCFD25: hue angle of 78.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCFD25 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 37 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.01 |
| HSL | 78.06º | 0.98% | 0.57% | - |
| HSV(B) | 78.06º | 0.85% | 0.99% | - |
| XYZ | 56.2 | 81.08 | 14.44 | - |
| YUV | 208.94 | 30.97 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 37 | 0.26 | 0 | 0.85 | 0.01 | 78.06 | 0.98 | 0.57 |
| Hex | BC | FD | 25 | 1A | 0 | 55 | 1 | 4E | 62 | 39 |
| Octal | 274 | 375 | 45 | 32 | 0 | 125 | 1 | 116 | 142 | 71 |
| Binary | 10111100 | 11111101 | 100101 | 11010 | 0 | 1010101 | 1 | 1001110 | 1100010 | 111001 |
Color Harmonies of #BCFD25
Complementary color
Monochromatic Colors of #BCFD25
Black with #BCFD25
Text Example
Text Example
White with #BCFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD25; }
p { color: rgb(188,253,37); }
H1.HeaderClassName
{
color: #BCFD25;
}
.AnyTagClassName
{
color: #BCFD25;
}
</style>
background-color css
<style>
a { background-color: #BCFD25; }
a { background-color: rgb(188,253,37); }
div.DivClassName
{
background-color: #BCFD25;
}
.BgClassName
{
background-color: #BCFD25;
}
</style>
border-color css
<style>
span { border-color: #BCFD25; }
span { border-color: rgb(188,253,37); }
td.TdClassName
{
border-color: #BCFD25;
}
.TagClassName
{
border-color: #BCFD25;
}
</style>