Shades of Green Yellow #BAF931
Tints of Green Yellow #BAF931
RGB
CMYK
RGB Variations
Color information
#BAF931 (or 0xBAF931) is known color: Green Yellow. HEX triplet: BA, F9 and 31. RGB value is (186,249,49). Sum of RGB (Red+Green+Blue) = 186+249+49=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF931 is #4506CE. Grayscale: #D0D0D0. Windows color (decimal): -4523727 or 3275194. OLE color: 3275194.
HSL color Cylindrical-coordinate representation of color #BAF931: hue angle of 78.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAF931 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 49 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.02 |
| HSL | 78.9º | 0.94% | 0.58% | - |
| HSV(B) | 78.9º | 0.8% | 0.98% | - |
| XYZ | 54.68 | 78.41 | 15.16 | - |
| YUV | 207.36 | 38.63 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 49 | 0.25 | 0 | 0.80 | 0.02 | 78.9 | 0.94 | 0.58 |
| Hex | BA | F9 | 31 | 19 | 0 | 50 | 2 | 4F | 5E | 3A |
| Octal | 272 | 371 | 61 | 31 | 0 | 120 | 2 | 117 | 136 | 72 |
| Binary | 10111010 | 11111001 | 110001 | 11001 | 0 | 1010000 | 10 | 1001111 | 1011110 | 111010 |
Color Harmonies of #BAF931
Complementary color
Monochromatic Colors of #BAF931
Black with #BAF931
Text Example
Text Example
White with #BAF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF931; }
p { color: rgb(186,249,49); }
H1.HeaderClassName
{
color: #BAF931;
}
.AnyTagClassName
{
color: #BAF931;
}
</style>
background-color css
<style>
a { background-color: #BAF931; }
a { background-color: rgb(186,249,49); }
div.DivClassName
{
background-color: #BAF931;
}
.BgClassName
{
background-color: #BAF931;
}
</style>
border-color css
<style>
span { border-color: #BAF931; }
span { border-color: rgb(186,249,49); }
td.TdClassName
{
border-color: #BAF931;
}
.TagClassName
{
border-color: #BAF931;
}
</style>