Shades of Green Yellow #BCFF32
Tints of Green Yellow #BCFF32
RGB
CMYK
RGB Variations
Color information
#BCFF32 (or 0xBCFF32) is known color: Green Yellow. HEX triplet: BC, FF and 32. RGB value is (188,255,50). Sum of RGB (Red+Green+Blue) = 188+255+50=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF32 is #4300CD. Grayscale: #D4D4D4. Windows color (decimal): -4391118 or 3342268. OLE color: 3342268.
HSL color Cylindrical-coordinate representation of color #BCFF32: hue angle of 79.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCFF32 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 50 | - |
| CMYK | 0.26 | 0 | 0.80 | 0 |
| HSL | 79.61º | 1% | 0.6% | - |
| HSV(B) | 79.61º | 0.8% | 1% | - |
| XYZ | 57.07 | 82.44 | 15.92 | - |
| YUV | 211.6 | 36.8 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 50 | 0.26 | 0 | 0.80 | 0 | 79.61 | 1 | 0.6 |
| Hex | BC | FF | 32 | 1A | 0 | 50 | 0 | 50 | 64 | 3C |
| Octal | 274 | 377 | 62 | 32 | 0 | 120 | 0 | 120 | 144 | 74 |
| Binary | 10111100 | 11111111 | 110010 | 11010 | 0 | 1010000 | 0 | 1010000 | 1100100 | 111100 |
Color Harmonies of #BCFF32
Complementary color
Monochromatic Colors of #BCFF32
Black with #BCFF32
Text Example
Text Example
White with #BCFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF32; }
p { color: rgb(188,255,50); }
H1.HeaderClassName
{
color: #BCFF32;
}
.AnyTagClassName
{
color: #BCFF32;
}
</style>
background-color css
<style>
a { background-color: #BCFF32; }
a { background-color: rgb(188,255,50); }
div.DivClassName
{
background-color: #BCFF32;
}
.BgClassName
{
background-color: #BCFF32;
}
</style>
border-color css
<style>
span { border-color: #BCFF32; }
span { border-color: rgb(188,255,50); }
td.TdClassName
{
border-color: #BCFF32;
}
.TagClassName
{
border-color: #BCFF32;
}
</style>