Shades of Green Yellow #BAF92F
Tints of Green Yellow #BAF92F
RGB
CMYK
RGB Variations
Color information
#BAF92F (or 0xBAF92F) is known color: Green Yellow. HEX triplet: BA, F9 and 2F. RGB value is (186,249,47). Sum of RGB (Red+Green+Blue) = 186+249+47=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF92F is #4506D0. Grayscale: #CFCFCF. Windows color (decimal): -4523729 or 3144122. OLE color: 3144122.
HSL color Cylindrical-coordinate representation of color #BAF92F: hue angle of 78.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAF92F is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 47 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.02 |
| HSL | 78.71º | 0.94% | 0.58% | - |
| HSV(B) | 78.71º | 0.81% | 0.98% | - |
| XYZ | 54.64 | 78.4 | 14.94 | - |
| YUV | 207.14 | 37.63 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 47 | 0.25 | 0 | 0.81 | 0.02 | 78.71 | 0.94 | 0.58 |
| Hex | BA | F9 | 2F | 19 | 0 | 51 | 2 | 4F | 5E | 3A |
| Octal | 272 | 371 | 57 | 31 | 0 | 121 | 2 | 117 | 136 | 72 |
| Binary | 10111010 | 11111001 | 101111 | 11001 | 0 | 1010001 | 10 | 1001111 | 1011110 | 111010 |
Color Harmonies of #BAF92F
Complementary color
Monochromatic Colors of #BAF92F
Black with #BAF92F
Text Example
Text Example
White with #BAF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF92F; }
p { color: rgb(186,249,47); }
H1.HeaderClassName
{
color: #BAF92F;
}
.AnyTagClassName
{
color: #BAF92F;
}
</style>
background-color css
<style>
a { background-color: #BAF92F; }
a { background-color: rgb(186,249,47); }
div.DivClassName
{
background-color: #BAF92F;
}
.BgClassName
{
background-color: #BAF92F;
}
</style>
border-color css
<style>
span { border-color: #BAF92F; }
span { border-color: rgb(186,249,47); }
td.TdClassName
{
border-color: #BAF92F;
}
.TagClassName
{
border-color: #BAF92F;
}
</style>