Shades of Green Yellow #BAFC20
Tints of Green Yellow #BAFC20
RGB
CMYK
RGB Variations
Color information
#BAFC20 (or 0xBAFC20) is known color: Green Yellow. HEX triplet: BA, FC and 20. RGB value is (186,252,32). Sum of RGB (Red+Green+Blue) = 186+252+32=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC20 is #4503DF. Grayscale: #CFCFCF. Windows color (decimal): -4522976 or 2161850. OLE color: 2161850.
HSL color Cylindrical-coordinate representation of color #BAFC20: hue angle of 78º 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 #BAFC20 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 32 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.01 |
| HSL | 78º | 0.97% | 0.56% | - |
| HSV(B) | 78º | 0.87% | 0.99% | - |
| XYZ | 55.32 | 80.16 | 13.92 | - |
| YUV | 207.19 | 29.13 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 32 | 0.26 | 0 | 0.87 | 0.01 | 78 | 0.97 | 0.56 |
| Hex | BA | FC | 20 | 1A | 0 | 57 | 1 | 4E | 61 | 38 |
| Octal | 272 | 374 | 40 | 32 | 0 | 127 | 1 | 116 | 141 | 70 |
| Binary | 10111010 | 11111100 | 100000 | 11010 | 0 | 1010111 | 1 | 1001110 | 1100001 | 111000 |
Color Harmonies of #BAFC20
Complementary color
Monochromatic Colors of #BAFC20
Black with #BAFC20
Text Example
Text Example
White with #BAFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC20; }
p { color: rgb(186,252,32); }
H1.HeaderClassName
{
color: #BAFC20;
}
.AnyTagClassName
{
color: #BAFC20;
}
</style>
background-color css
<style>
a { background-color: #BAFC20; }
a { background-color: rgb(186,252,32); }
div.DivClassName
{
background-color: #BAFC20;
}
.BgClassName
{
background-color: #BAFC20;
}
</style>
border-color css
<style>
span { border-color: #BAFC20; }
span { border-color: rgb(186,252,32); }
td.TdClassName
{
border-color: #BAFC20;
}
.TagClassName
{
border-color: #BAFC20;
}
</style>