Shades of Green Yellow #BCFE32
Tints of Green Yellow #BCFE32
RGB
CMYK
RGB Variations
Color information
#BCFE32 (or 0xBCFE32) is known color: Green Yellow. HEX triplet: BC, FE and 32. RGB value is (188,254,50). Sum of RGB (Red+Green+Blue) = 188+254+50=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE32 is #4301CD. Grayscale: #D3D3D3. Windows color (decimal): -4391374 or 3342012. OLE color: 3342012.
HSL color Cylindrical-coordinate representation of color #BCFE32: hue angle of 79.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCFE32 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 50 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.00 |
| HSL | 79.41º | 0.99% | 0.6% | - |
| HSV(B) | 79.41º | 0.8% | 1% | - |
| XYZ | 56.76 | 81.81 | 15.82 | - |
| YUV | 211.01 | 37.13 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 50 | 0.26 | 0 | 0.80 | 0.00 | 79.41 | 0.99 | 0.6 |
| Hex | BC | FE | 32 | 1A | 0 | 50 | 0 | 4F | 63 | 3C |
| Octal | 274 | 376 | 62 | 32 | 0 | 120 | 0 | 117 | 143 | 74 |
| Binary | 10111100 | 11111110 | 110010 | 11010 | 0 | 1010000 | 0 | 1001111 | 1100011 | 111100 |
Color Harmonies of #BCFE32
Complementary color
Monochromatic Colors of #BCFE32
Black with #BCFE32
Text Example
Text Example
White with #BCFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE32; }
p { color: rgb(188,254,50); }
H1.HeaderClassName
{
color: #BCFE32;
}
.AnyTagClassName
{
color: #BCFE32;
}
</style>
background-color css
<style>
a { background-color: #BCFE32; }
a { background-color: rgb(188,254,50); }
div.DivClassName
{
background-color: #BCFE32;
}
.BgClassName
{
background-color: #BCFE32;
}
</style>
border-color css
<style>
span { border-color: #BCFE32; }
span { border-color: rgb(188,254,50); }
td.TdClassName
{
border-color: #BCFE32;
}
.TagClassName
{
border-color: #BCFE32;
}
</style>