Shades of Green Yellow #BAFA2A
Tints of Green Yellow #BAFA2A
RGB
CMYK
RGB Variations
Color information
#BAFA2A (or 0xBAFA2A) is known color: Green Yellow. HEX triplet: BA, FA and 2A. RGB value is (186,250,42). Sum of RGB (Red+Green+Blue) = 186+250+42=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA2A is #4505D5. Grayscale: #CFCFCF. Windows color (decimal): -4523478 or 2816698. OLE color: 2816698.
HSL color Cylindrical-coordinate representation of color #BAFA2A: hue angle of 78.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAFA2A is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 42 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.02 |
| HSL | 78.46º | 0.95% | 0.57% | - |
| HSV(B) | 78.46º | 0.83% | 0.98% | - |
| XYZ | 54.85 | 78.98 | 14.54 | - |
| YUV | 207.15 | 34.8 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 42 | 0.26 | 0 | 0.83 | 0.02 | 78.46 | 0.95 | 0.57 |
| Hex | BA | FA | 2A | 1A | 0 | 53 | 2 | 4E | 5F | 39 |
| Octal | 272 | 372 | 52 | 32 | 0 | 123 | 2 | 116 | 137 | 71 |
| Binary | 10111010 | 11111010 | 101010 | 11010 | 0 | 1010011 | 10 | 1001110 | 1011111 | 111001 |
Color Harmonies of #BAFA2A
Complementary color
Monochromatic Colors of #BAFA2A
Black with #BAFA2A
Text Example
Text Example
White with #BAFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA2A; }
p { color: rgb(186,250,42); }
H1.HeaderClassName
{
color: #BAFA2A;
}
.AnyTagClassName
{
color: #BAFA2A;
}
</style>
background-color css
<style>
a { background-color: #BAFA2A; }
a { background-color: rgb(186,250,42); }
div.DivClassName
{
background-color: #BAFA2A;
}
.BgClassName
{
background-color: #BAFA2A;
}
</style>
border-color css
<style>
span { border-color: #BAFA2A; }
span { border-color: rgb(186,250,42); }
td.TdClassName
{
border-color: #BAFA2A;
}
.TagClassName
{
border-color: #BAFA2A;
}
</style>