Shades of Green Yellow #BCFF46
Tints of Green Yellow #BCFF46
RGB
CMYK
RGB Variations
Color information
#BCFF46 (or 0xBCFF46) is known color: Green Yellow. HEX triplet: BC, FF and 46. RGB value is (188,255,70). Sum of RGB (Red+Green+Blue) = 188+255+70=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF46 is #4300B9. Grayscale: #D6D6D6. Windows color (decimal): -4391098 or 4652988. OLE color: 4652988.
HSL color Cylindrical-coordinate representation of color #BCFF46: hue angle of 81.73º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCFF46 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 70 | - |
| CMYK | 0.26 | 0 | 0.73 | 0 |
| HSL | 81.73º | 1% | 0.64% | - |
| HSV(B) | 81.73º | 0.73% | 1% | - |
| XYZ | 57.6 | 82.65 | 18.71 | - |
| YUV | 213.88 | 46.8 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 70 | 0.26 | 0 | 0.73 | 0 | 81.73 | 1 | 0.64 |
| Hex | BC | FF | 46 | 1A | 0 | 49 | 0 | 52 | 64 | 40 |
| Octal | 274 | 377 | 106 | 32 | 0 | 111 | 0 | 122 | 144 | 100 |
| Binary | 10111100 | 11111111 | 1000110 | 11010 | 0 | 1001001 | 0 | 1010010 | 1100100 | 1000000 |
Color Harmonies of #BCFF46
Complementary color
Monochromatic Colors of #BCFF46
Black with #BCFF46
Text Example
Text Example
White with #BCFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF46; }
p { color: rgb(188,255,70); }
H1.HeaderClassName
{
color: #BCFF46;
}
.AnyTagClassName
{
color: #BCFF46;
}
</style>
background-color css
<style>
a { background-color: #BCFF46; }
a { background-color: rgb(188,255,70); }
div.DivClassName
{
background-color: #BCFF46;
}
.BgClassName
{
background-color: #BCFF46;
}
</style>
border-color css
<style>
span { border-color: #BCFF46; }
span { border-color: rgb(188,255,70); }
td.TdClassName
{
border-color: #BCFF46;
}
.TagClassName
{
border-color: #BCFF46;
}
</style>