Shades of Green Yellow #BCFE31
Tints of Green Yellow #BCFE31
RGB
CMYK
RGB Variations
Color information
#BCFE31 (or 0xBCFE31) is known color: Green Yellow. HEX triplet: BC, FE and 31. RGB value is (188,254,49). Sum of RGB (Red+Green+Blue) = 188+254+49=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE31 is #4301CE. Grayscale: #D3D3D3. Windows color (decimal): -4391375 or 3276476. OLE color: 3276476.
HSL color Cylindrical-coordinate representation of color #BCFE31: hue angle of 79.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCFE31 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 49 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.00 |
| HSL | 79.32º | 0.99% | 0.59% | - |
| HSV(B) | 79.32º | 0.81% | 1% | - |
| XYZ | 56.74 | 81.8 | 15.7 | - |
| YUV | 210.9 | 36.63 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 49 | 0.26 | 0 | 0.81 | 0.00 | 79.32 | 0.99 | 0.59 |
| Hex | BC | FE | 31 | 1A | 0 | 51 | 0 | 4F | 63 | 3B |
| Octal | 274 | 376 | 61 | 32 | 0 | 121 | 0 | 117 | 143 | 73 |
| Binary | 10111100 | 11111110 | 110001 | 11010 | 0 | 1010001 | 0 | 1001111 | 1100011 | 111011 |
Color Harmonies of #BCFE31
Complementary color
Monochromatic Colors of #BCFE31
Black with #BCFE31
Text Example
Text Example
White with #BCFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE31; }
p { color: rgb(188,254,49); }
H1.HeaderClassName
{
color: #BCFE31;
}
.AnyTagClassName
{
color: #BCFE31;
}
</style>
background-color css
<style>
a { background-color: #BCFE31; }
a { background-color: rgb(188,254,49); }
div.DivClassName
{
background-color: #BCFE31;
}
.BgClassName
{
background-color: #BCFE31;
}
</style>
border-color css
<style>
span { border-color: #BCFE31; }
span { border-color: rgb(188,254,49); }
td.TdClassName
{
border-color: #BCFE31;
}
.TagClassName
{
border-color: #BCFE31;
}
</style>