Shades of Green Yellow #BFFF20
Tints of Green Yellow #BFFF20
RGB
CMYK
RGB Variations
Color information
#BFFF20 (or 0xBFFF20) is known color: Green Yellow. HEX triplet: BF, FF and 20. RGB value is (191,255,32). Sum of RGB (Red+Green+Blue) = 191+255+32=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF20 is #4000DF. Grayscale: #D3D3D3. Windows color (decimal): -4194528 or 2162623. OLE color: 2162623.
HSL color Cylindrical-coordinate representation of color #BFFF20: hue angle of 77.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFFF20 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0 |
| HSL | 77.22º | 1% | 0.56% | - |
| HSV(B) | 77.22º | 0.87% | 1% | - |
| XYZ | 57.51 | 82.7 | 14.3 | - |
| YUV | 210.44 | 27.3 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 32 | 0.25 | 0 | 0.87 | 0 | 77.22 | 1 | 0.56 |
| Hex | BF | FF | 20 | 19 | 0 | 57 | 0 | 4D | 64 | 38 |
| Octal | 277 | 377 | 40 | 31 | 0 | 127 | 0 | 115 | 144 | 70 |
| Binary | 10111111 | 11111111 | 100000 | 11001 | 0 | 1010111 | 0 | 1001101 | 1100100 | 111000 |
Color Harmonies of #BFFF20
Complementary color
Monochromatic Colors of #BFFF20
Black with #BFFF20
Text Example
Text Example
White with #BFFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF20; }
p { color: rgb(191,255,32); }
H1.HeaderClassName
{
color: #BFFF20;
}
.AnyTagClassName
{
color: #BFFF20;
}
</style>
background-color css
<style>
a { background-color: #BFFF20; }
a { background-color: rgb(191,255,32); }
div.DivClassName
{
background-color: #BFFF20;
}
.BgClassName
{
background-color: #BFFF20;
}
</style>
border-color css
<style>
span { border-color: #BFFF20; }
span { border-color: rgb(191,255,32); }
td.TdClassName
{
border-color: #BFFF20;
}
.TagClassName
{
border-color: #BFFF20;
}
</style>