Shades of Green Yellow #BAFA2D
Tints of Green Yellow #BAFA2D
RGB
CMYK
RGB Variations
Color information
#BAFA2D (or 0xBAFA2D) is known color: Green Yellow. HEX triplet: BA, FA and 2D. RGB value is (186,250,45). Sum of RGB (Red+Green+Blue) = 186+250+45=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA2D is #4505D2. Grayscale: #D0D0D0. Windows color (decimal): -4523475 or 3013306. OLE color: 3013306.
HSL color Cylindrical-coordinate representation of color #BAFA2D: hue angle of 78.73º 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 #BAFA2D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 45 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.02 |
| HSL | 78.73º | 0.95% | 0.58% | - |
| HSV(B) | 78.73º | 0.82% | 0.98% | - |
| XYZ | 54.91 | 79 | 14.84 | - |
| YUV | 207.49 | 36.3 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 45 | 0.26 | 0 | 0.82 | 0.02 | 78.73 | 0.95 | 0.58 |
| Hex | BA | FA | 2D | 1A | 0 | 52 | 2 | 4F | 5F | 3A |
| Octal | 272 | 372 | 55 | 32 | 0 | 122 | 2 | 117 | 137 | 72 |
| Binary | 10111010 | 11111010 | 101101 | 11010 | 0 | 1010010 | 10 | 1001111 | 1011111 | 111010 |
Color Harmonies of #BAFA2D
Complementary color
Monochromatic Colors of #BAFA2D
Black with #BAFA2D
Text Example
Text Example
White with #BAFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA2D; }
p { color: rgb(186,250,45); }
H1.HeaderClassName
{
color: #BAFA2D;
}
.AnyTagClassName
{
color: #BAFA2D;
}
</style>
background-color css
<style>
a { background-color: #BAFA2D; }
a { background-color: rgb(186,250,45); }
div.DivClassName
{
background-color: #BAFA2D;
}
.BgClassName
{
background-color: #BAFA2D;
}
</style>
border-color css
<style>
span { border-color: #BAFA2D; }
span { border-color: rgb(186,250,45); }
td.TdClassName
{
border-color: #BAFA2D;
}
.TagClassName
{
border-color: #BAFA2D;
}
</style>