Shades of Green Yellow #BAF920
Tints of Green Yellow #BAF920
RGB
CMYK
RGB Variations
Color information
#BAF920 (or 0xBAF920) is known color: Green Yellow. HEX triplet: BA, F9 and 20. RGB value is (186,249,32). Sum of RGB (Red+Green+Blue) = 186+249+32=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF920 is #4506DF. Grayscale: #CECECE. Windows color (decimal): -4523744 or 2161082. OLE color: 2161082.
HSL color Cylindrical-coordinate representation of color #BAF920: hue angle of 77.42º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAF920 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.02 |
| HSL | 77.42º | 0.95% | 0.55% | - |
| HSV(B) | 77.42º | 0.87% | 0.98% | - |
| XYZ | 54.39 | 78.29 | 13.61 | - |
| YUV | 205.43 | 30.13 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 32 | 0.25 | 0 | 0.87 | 0.02 | 77.42 | 0.95 | 0.55 |
| Hex | BA | F9 | 20 | 19 | 0 | 57 | 2 | 4D | 5F | 37 |
| Octal | 272 | 371 | 40 | 31 | 0 | 127 | 2 | 115 | 137 | 67 |
| Binary | 10111010 | 11111001 | 100000 | 11001 | 0 | 1010111 | 10 | 1001101 | 1011111 | 110111 |
Color Harmonies of #BAF920
Complementary color
Monochromatic Colors of #BAF920
Black with #BAF920
Text Example
Text Example
White with #BAF920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF920; }
p { color: rgb(186,249,32); }
H1.HeaderClassName
{
color: #BAF920;
}
.AnyTagClassName
{
color: #BAF920;
}
</style>
background-color css
<style>
a { background-color: #BAF920; }
a { background-color: rgb(186,249,32); }
div.DivClassName
{
background-color: #BAF920;
}
.BgClassName
{
background-color: #BAF920;
}
</style>
border-color css
<style>
span { border-color: #BAF920; }
span { border-color: rgb(186,249,32); }
td.TdClassName
{
border-color: #BAF920;
}
.TagClassName
{
border-color: #BAF920;
}
</style>