Shades of Green Yellow #BAFA31
Tints of Green Yellow #BAFA31
RGB
CMYK
RGB Variations
Color information
#BAFA31 (or 0xBAFA31) is known color: Green Yellow. HEX triplet: BA, FA and 31. RGB value is (186,250,49). Sum of RGB (Red+Green+Blue) = 186+250+49=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA31 is #4505CE. Grayscale: #D0D0D0. Windows color (decimal): -4523471 or 3275450. OLE color: 3275450.
HSL color Cylindrical-coordinate representation of color #BAFA31: hue angle of 79.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAFA31 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 49 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.02 |
| HSL | 79.1º | 0.95% | 0.59% | - |
| HSV(B) | 79.1º | 0.8% | 0.98% | - |
| XYZ | 54.99 | 79.03 | 15.26 | - |
| YUV | 207.95 | 38.3 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 49 | 0.26 | 0 | 0.80 | 0.02 | 79.1 | 0.95 | 0.59 |
| Hex | BA | FA | 31 | 1A | 0 | 50 | 2 | 4F | 5F | 3B |
| Octal | 272 | 372 | 61 | 32 | 0 | 120 | 2 | 117 | 137 | 73 |
| Binary | 10111010 | 11111010 | 110001 | 11010 | 0 | 1010000 | 10 | 1001111 | 1011111 | 111011 |
Color Harmonies of #BAFA31
Complementary color
Monochromatic Colors of #BAFA31
Black with #BAFA31
Text Example
Text Example
White with #BAFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA31; }
p { color: rgb(186,250,49); }
H1.HeaderClassName
{
color: #BAFA31;
}
.AnyTagClassName
{
color: #BAFA31;
}
</style>
background-color css
<style>
a { background-color: #BAFA31; }
a { background-color: rgb(186,250,49); }
div.DivClassName
{
background-color: #BAFA31;
}
.BgClassName
{
background-color: #BAFA31;
}
</style>
border-color css
<style>
span { border-color: #BAFA31; }
span { border-color: rgb(186,250,49); }
td.TdClassName
{
border-color: #BAFA31;
}
.TagClassName
{
border-color: #BAFA31;
}
</style>