Shades of Green Yellow #BAF730
Tints of Green Yellow #BAF730
RGB
CMYK
RGB Variations
Color information
#BAF730 (or 0xBAF730) is known color: Green Yellow. HEX triplet: BA, F7 and 30. RGB value is (186,247,48). Sum of RGB (Red+Green+Blue) = 186+247+48=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF730 is #4508CF. Grayscale: #CECECE. Windows color (decimal): -4524240 or 3209146. OLE color: 3209146.
HSL color Cylindrical-coordinate representation of color #BAF730: hue angle of 78.39º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAF730 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 48 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.03 |
| HSL | 78.39º | 0.93% | 0.58% | - |
| HSV(B) | 78.39º | 0.81% | 0.97% | - |
| XYZ | 54.04 | 77.17 | 14.84 | - |
| YUV | 206.08 | 38.79 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 48 | 0.25 | 0 | 0.81 | 0.03 | 78.39 | 0.93 | 0.58 |
| Hex | BA | F7 | 30 | 19 | 0 | 51 | 3 | 4E | 5D | 3A |
| Octal | 272 | 367 | 60 | 31 | 0 | 121 | 3 | 116 | 135 | 72 |
| Binary | 10111010 | 11110111 | 110000 | 11001 | 0 | 1010001 | 11 | 1001110 | 1011101 | 111010 |
Color Harmonies of #BAF730
Complementary color
Monochromatic Colors of #BAF730
Black with #BAF730
Text Example
Text Example
White with #BAF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF730; }
p { color: rgb(186,247,48); }
H1.HeaderClassName
{
color: #BAF730;
}
.AnyTagClassName
{
color: #BAF730;
}
</style>
background-color css
<style>
a { background-color: #BAF730; }
a { background-color: rgb(186,247,48); }
div.DivClassName
{
background-color: #BAF730;
}
.BgClassName
{
background-color: #BAF730;
}
</style>
border-color css
<style>
span { border-color: #BAF730; }
span { border-color: rgb(186,247,48); }
td.TdClassName
{
border-color: #BAF730;
}
.TagClassName
{
border-color: #BAF730;
}
</style>