Shades of Green Yellow #BAF040
Tints of Green Yellow #BAF040
RGB
CMYK
RGB Variations
Color information
#BAF040 (or 0xBAF040) is known color: Green Yellow. HEX triplet: BA, F0 and 40. RGB value is (186,240,64). Sum of RGB (Red+Green+Blue) = 186+240+64=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF040 is #450FBF. Grayscale: #CCCCCC. Windows color (decimal): -4526016 or 4255930. OLE color: 4255930.
HSL color Cylindrical-coordinate representation of color #BAF040: hue angle of 78.41º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF040 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 64 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.06 |
| HSL | 78.41º | 0.85% | 0.6% | - |
| HSV(B) | 78.41º | 0.73% | 0.94% | - |
| XYZ | 52.34 | 73.13 | 16.21 | - |
| YUV | 203.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 64 | 0.22 | 0 | 0.73 | 0.06 | 78.41 | 0.85 | 0.6 |
| Hex | BA | F0 | 40 | 16 | 0 | 49 | 6 | 4E | 55 | 3C |
| Octal | 272 | 360 | 100 | 26 | 0 | 111 | 6 | 116 | 125 | 74 |
| Binary | 10111010 | 11110000 | 1000000 | 10110 | 0 | 1001001 | 110 | 1001110 | 1010101 | 111100 |
Color Harmonies of #BAF040
Complementary color
Monochromatic Colors of #BAF040
Black with #BAF040
Text Example
Text Example
White with #BAF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF040; }
p { color: rgb(186,240,64); }
H1.HeaderClassName
{
color: #BAF040;
}
.AnyTagClassName
{
color: #BAF040;
}
</style>
background-color css
<style>
a { background-color: #BAF040; }
a { background-color: rgb(186,240,64); }
div.DivClassName
{
background-color: #BAF040;
}
.BgClassName
{
background-color: #BAF040;
}
</style>
border-color css
<style>
span { border-color: #BAF040; }
span { border-color: rgb(186,240,64); }
td.TdClassName
{
border-color: #BAF040;
}
.TagClassName
{
border-color: #BAF040;
}
</style>