Shades of Green Yellow #BFFF46
Tints of Green Yellow #BFFF46
RGB
CMYK
RGB Variations
Color information
#BFFF46 (or 0xBFFF46) is known color: Green Yellow. HEX triplet: BF, FF and 46. RGB value is (191,255,70). Sum of RGB (Red+Green+Blue) = 191+255+70=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF46 is #4000B9. Grayscale: #D7D7D7. Windows color (decimal): -4194490 or 4652991. OLE color: 4652991.
HSL color Cylindrical-coordinate representation of color #BFFF46: hue angle of 80.76º 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 #BFFF46 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 70 | - |
| CMYK | 0.25 | 0 | 0.73 | 0 |
| HSL | 80.76º | 1% | 0.64% | - |
| HSV(B) | 80.76º | 0.73% | 1% | - |
| XYZ | 58.35 | 83.04 | 18.75 | - |
| YUV | 214.77 | 46.3 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 70 | 0.25 | 0 | 0.73 | 0 | 80.76 | 1 | 0.64 |
| Hex | BF | FF | 46 | 19 | 0 | 49 | 0 | 51 | 64 | 40 |
| Octal | 277 | 377 | 106 | 31 | 0 | 111 | 0 | 121 | 144 | 100 |
| Binary | 10111111 | 11111111 | 1000110 | 11001 | 0 | 1001001 | 0 | 1010001 | 1100100 | 1000000 |
Color Harmonies of #BFFF46
Complementary color
Monochromatic Colors of #BFFF46
Black with #BFFF46
Text Example
Text Example
White with #BFFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF46; }
p { color: rgb(191,255,70); }
H1.HeaderClassName
{
color: #BFFF46;
}
.AnyTagClassName
{
color: #BFFF46;
}
</style>
background-color css
<style>
a { background-color: #BFFF46; }
a { background-color: rgb(191,255,70); }
div.DivClassName
{
background-color: #BFFF46;
}
.BgClassName
{
background-color: #BFFF46;
}
</style>
border-color css
<style>
span { border-color: #BFFF46; }
span { border-color: rgb(191,255,70); }
td.TdClassName
{
border-color: #BFFF46;
}
.TagClassName
{
border-color: #BFFF46;
}
</style>