Shades of Green Yellow #BFFC20
Tints of Green Yellow #BFFC20
RGB
CMYK
RGB Variations
Color information
#BFFC20 (or 0xBFFC20) is known color: Green Yellow. HEX triplet: BF, FC and 20. RGB value is (191,252,32). Sum of RGB (Red+Green+Blue) = 191+252+32=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFC20 is #4003DF. Grayscale: #D1D1D1. Windows color (decimal): -4195296 or 2161855. OLE color: 2161855.
HSL color Cylindrical-coordinate representation of color #BFFC20: hue angle of 76.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFFC20 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 32 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.01 |
| HSL | 76.64º | 0.97% | 0.56% | - |
| HSV(B) | 76.64º | 0.87% | 0.99% | - |
| XYZ | 56.56 | 80.8 | 13.98 | - |
| YUV | 208.68 | 28.29 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 32 | 0.24 | 0 | 0.87 | 0.01 | 76.64 | 0.97 | 0.56 |
| Hex | BF | FC | 20 | 18 | 0 | 57 | 1 | 4D | 61 | 38 |
| Octal | 277 | 374 | 40 | 30 | 0 | 127 | 1 | 115 | 141 | 70 |
| Binary | 10111111 | 11111100 | 100000 | 11000 | 0 | 1010111 | 1 | 1001101 | 1100001 | 111000 |
Color Harmonies of #BFFC20
Complementary color
Monochromatic Colors of #BFFC20
Black with #BFFC20
Text Example
Text Example
White with #BFFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC20; }
p { color: rgb(191,252,32); }
H1.HeaderClassName
{
color: #BFFC20;
}
.AnyTagClassName
{
color: #BFFC20;
}
</style>
background-color css
<style>
a { background-color: #BFFC20; }
a { background-color: rgb(191,252,32); }
div.DivClassName
{
background-color: #BFFC20;
}
.BgClassName
{
background-color: #BFFC20;
}
</style>
border-color css
<style>
span { border-color: #BFFC20; }
span { border-color: rgb(191,252,32); }
td.TdClassName
{
border-color: #BFFC20;
}
.TagClassName
{
border-color: #BFFC20;
}
</style>