Shades of Green Yellow #BAFA3C
Tints of Green Yellow #BAFA3C
RGB
CMYK
RGB Variations
Color information
#BAFA3C (or 0xBAFA3C) is known color: Green Yellow. HEX triplet: BA, FA and 3C. RGB value is (186,250,60). Sum of RGB (Red+Green+Blue) = 186+250+60=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA3C is #4505C3. Grayscale: #D1D1D1. Windows color (decimal): -4523460 or 3996346. OLE color: 3996346.
HSL color Cylindrical-coordinate representation of color #BAFA3C: hue angle of 80.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAFA3C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 60 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.02 |
| HSL | 80.21º | 0.95% | 0.61% | - |
| HSV(B) | 80.21º | 0.76% | 0.98% | - |
| XYZ | 55.25 | 79.14 | 16.64 | - |
| YUV | 209.2 | 43.8 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 60 | 0.26 | 0 | 0.76 | 0.02 | 80.21 | 0.95 | 0.61 |
| Hex | BA | FA | 3C | 1A | 0 | 4C | 2 | 50 | 5F | 3D |
| Octal | 272 | 372 | 74 | 32 | 0 | 114 | 2 | 120 | 137 | 75 |
| Binary | 10111010 | 11111010 | 111100 | 11010 | 0 | 1001100 | 10 | 1010000 | 1011111 | 111101 |
Color Harmonies of #BAFA3C
Complementary color
Monochromatic Colors of #BAFA3C
Black with #BAFA3C
Text Example
Text Example
White with #BAFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA3C; }
p { color: rgb(186,250,60); }
H1.HeaderClassName
{
color: #BAFA3C;
}
.AnyTagClassName
{
color: #BAFA3C;
}
</style>
background-color css
<style>
a { background-color: #BAFA3C; }
a { background-color: rgb(186,250,60); }
div.DivClassName
{
background-color: #BAFA3C;
}
.BgClassName
{
background-color: #BAFA3C;
}
</style>
border-color css
<style>
span { border-color: #BAFA3C; }
span { border-color: rgb(186,250,60); }
td.TdClassName
{
border-color: #BAFA3C;
}
.TagClassName
{
border-color: #BAFA3C;
}
</style>