Shades of Green Yellow #BAF941
Tints of Green Yellow #BAF941
RGB
CMYK
RGB Variations
Color information
#BAF941 (or 0xBAF941) is known color: Green Yellow. HEX triplet: BA, F9 and 41. RGB value is (186,249,65). Sum of RGB (Red+Green+Blue) = 186+249+65=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF941 is #4506BE. Grayscale: #D1D1D1. Windows color (decimal): -4523711 or 4323770. OLE color: 4323770.
HSL color Cylindrical-coordinate representation of color #BAF941: hue angle of 80.54º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAF941 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 65 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.02 |
| HSL | 80.54º | 0.94% | 0.62% | - |
| HSV(B) | 80.54º | 0.74% | 0.98% | - |
| XYZ | 55.08 | 78.57 | 17.26 | - |
| YUV | 209.19 | 46.63 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 65 | 0.25 | 0 | 0.74 | 0.02 | 80.54 | 0.94 | 0.62 |
| Hex | BA | F9 | 41 | 19 | 0 | 4A | 2 | 51 | 5E | 3E |
| Octal | 272 | 371 | 101 | 31 | 0 | 112 | 2 | 121 | 136 | 76 |
| Binary | 10111010 | 11111001 | 1000001 | 11001 | 0 | 1001010 | 10 | 1010001 | 1011110 | 111110 |
Color Harmonies of #BAF941
Complementary color
Monochromatic Colors of #BAF941
Black with #BAF941
Text Example
Text Example
White with #BAF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF941; }
p { color: rgb(186,249,65); }
H1.HeaderClassName
{
color: #BAF941;
}
.AnyTagClassName
{
color: #BAF941;
}
</style>
background-color css
<style>
a { background-color: #BAF941; }
a { background-color: rgb(186,249,65); }
div.DivClassName
{
background-color: #BAF941;
}
.BgClassName
{
background-color: #BAF941;
}
</style>
border-color css
<style>
span { border-color: #BAF941; }
span { border-color: rgb(186,249,65); }
td.TdClassName
{
border-color: #BAF941;
}
.TagClassName
{
border-color: #BAF941;
}
</style>