Shades of Green Yellow #BAF720
Tints of Green Yellow #BAF720
RGB
CMYK
RGB Variations
Color information
#BAF720 (or 0xBAF720) is known color: Green Yellow. HEX triplet: BA, F7 and 20. RGB value is (186,247,32). Sum of RGB (Red+Green+Blue) = 186+247+32=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF720 is #4508DF. Grayscale: #CDCDCD. Windows color (decimal): -4524256 or 2160570. OLE color: 2160570.
HSL color Cylindrical-coordinate representation of color #BAF720: hue angle of 77.02º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAF720 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.03 |
| HSL | 77.02º | 0.93% | 0.55% | - |
| HSV(B) | 77.02º | 0.87% | 0.97% | - |
| XYZ | 53.77 | 77.06 | 13.41 | - |
| YUV | 204.25 | 30.79 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 32 | 0.25 | 0 | 0.87 | 0.03 | 77.02 | 0.93 | 0.55 |
| Hex | BA | F7 | 20 | 19 | 0 | 57 | 3 | 4D | 5D | 37 |
| Octal | 272 | 367 | 40 | 31 | 0 | 127 | 3 | 115 | 135 | 67 |
| Binary | 10111010 | 11110111 | 100000 | 11001 | 0 | 1010111 | 11 | 1001101 | 1011101 | 110111 |
Color Harmonies of #BAF720
Complementary color
Monochromatic Colors of #BAF720
Black with #BAF720
Text Example
Text Example
White with #BAF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF720; }
p { color: rgb(186,247,32); }
H1.HeaderClassName
{
color: #BAF720;
}
.AnyTagClassName
{
color: #BAF720;
}
</style>
background-color css
<style>
a { background-color: #BAF720; }
a { background-color: rgb(186,247,32); }
div.DivClassName
{
background-color: #BAF720;
}
.BgClassName
{
background-color: #BAF720;
}
</style>
border-color css
<style>
span { border-color: #BAF720; }
span { border-color: rgb(186,247,32); }
td.TdClassName
{
border-color: #BAF720;
}
.TagClassName
{
border-color: #BAF720;
}
</style>