Shades of Green Yellow #BAFF20
Tints of Green Yellow #BAFF20
RGB
CMYK
RGB Variations
Color information
#BAFF20 (or 0xBAFF20) is known color: Green Yellow. HEX triplet: BA, FF and 20. RGB value is (186,255,32). Sum of RGB (Red+Green+Blue) = 186+255+32=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF20 is #4500DF. Grayscale: #D1D1D1. Windows color (decimal): -4522208 or 2162618. OLE color: 2162618.
HSL color Cylindrical-coordinate representation of color #BAFF20: hue angle of 78.57º 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 #BAFF20 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 32 | - |
| CMYK | 0.27 | 0 | 0.87 | 0 |
| HSL | 78.57º | 1% | 0.56% | - |
| HSV(B) | 78.57º | 0.87% | 1% | - |
| XYZ | 56.27 | 82.06 | 14.24 | - |
| YUV | 208.95 | 28.14 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 32 | 0.27 | 0 | 0.87 | 0 | 78.57 | 1 | 0.56 |
| Hex | BA | FF | 20 | 1B | 0 | 57 | 0 | 4F | 64 | 38 |
| Octal | 272 | 377 | 40 | 33 | 0 | 127 | 0 | 117 | 144 | 70 |
| Binary | 10111010 | 11111111 | 100000 | 11011 | 0 | 1010111 | 0 | 1001111 | 1100100 | 111000 |
Color Harmonies of #BAFF20
Complementary color
Monochromatic Colors of #BAFF20
Black with #BAFF20
Text Example
Text Example
White with #BAFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF20; }
p { color: rgb(186,255,32); }
H1.HeaderClassName
{
color: #BAFF20;
}
.AnyTagClassName
{
color: #BAFF20;
}
</style>
background-color css
<style>
a { background-color: #BAFF20; }
a { background-color: rgb(186,255,32); }
div.DivClassName
{
background-color: #BAFF20;
}
.BgClassName
{
background-color: #BAFF20;
}
</style>
border-color css
<style>
span { border-color: #BAFF20; }
span { border-color: rgb(186,255,32); }
td.TdClassName
{
border-color: #BAFF20;
}
.TagClassName
{
border-color: #BAFF20;
}
</style>