Shades of Green Yellow #BAFA2E
Tints of Green Yellow #BAFA2E
RGB
CMYK
RGB Variations
Color information
#BAFA2E (or 0xBAFA2E) is known color: Green Yellow. HEX triplet: BA, FA and 2E. RGB value is (186,250,46). Sum of RGB (Red+Green+Blue) = 186+250+46=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA2E is #4505D1. Grayscale: #D0D0D0. Windows color (decimal): -4523474 or 3078842. OLE color: 3078842.
HSL color Cylindrical-coordinate representation of color #BAFA2E: hue angle of 78.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAFA2E is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 46 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.02 |
| HSL | 78.82º | 0.95% | 0.58% | - |
| HSV(B) | 78.82º | 0.82% | 0.98% | - |
| XYZ | 54.93 | 79.01 | 14.94 | - |
| YUV | 207.61 | 36.8 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 46 | 0.26 | 0 | 0.82 | 0.02 | 78.82 | 0.95 | 0.58 |
| Hex | BA | FA | 2E | 1A | 0 | 52 | 2 | 4F | 5F | 3A |
| Octal | 272 | 372 | 56 | 32 | 0 | 122 | 2 | 117 | 137 | 72 |
| Binary | 10111010 | 11111010 | 101110 | 11010 | 0 | 1010010 | 10 | 1001111 | 1011111 | 111010 |
Color Harmonies of #BAFA2E
Complementary color
Monochromatic Colors of #BAFA2E
Black with #BAFA2E
Text Example
Text Example
White with #BAFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA2E; }
p { color: rgb(186,250,46); }
H1.HeaderClassName
{
color: #BAFA2E;
}
.AnyTagClassName
{
color: #BAFA2E;
}
</style>
background-color css
<style>
a { background-color: #BAFA2E; }
a { background-color: rgb(186,250,46); }
div.DivClassName
{
background-color: #BAFA2E;
}
.BgClassName
{
background-color: #BAFA2E;
}
</style>
border-color css
<style>
span { border-color: #BAFA2E; }
span { border-color: rgb(186,250,46); }
td.TdClassName
{
border-color: #BAFA2E;
}
.TagClassName
{
border-color: #BAFA2E;
}
</style>