Shades of Green Yellow #BAF62C
Tints of Green Yellow #BAF62C
RGB
CMYK
RGB Variations
Color information
#BAF62C (or 0xBAF62C) is known color: Green Yellow. HEX triplet: BA, F6 and 2C. RGB value is (186,246,44). Sum of RGB (Red+Green+Blue) = 186+246+44=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF62C is #4509D3. Grayscale: #CDCDCD. Windows color (decimal): -4524500 or 2946746. OLE color: 2946746.
HSL color Cylindrical-coordinate representation of color #BAF62C: hue angle of 77.82º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAF62C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 44 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.04 |
| HSL | 77.82º | 0.92% | 0.57% | - |
| HSV(B) | 77.82º | 0.82% | 0.96% | - |
| XYZ | 53.66 | 76.53 | 14.33 | - |
| YUV | 205.03 | 37.12 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 44 | 0.24 | 0 | 0.82 | 0.04 | 77.82 | 0.92 | 0.57 |
| Hex | BA | F6 | 2C | 18 | 0 | 52 | 4 | 4E | 5C | 39 |
| Octal | 272 | 366 | 54 | 30 | 0 | 122 | 4 | 116 | 134 | 71 |
| Binary | 10111010 | 11110110 | 101100 | 11000 | 0 | 1010010 | 100 | 1001110 | 1011100 | 111001 |
Color Harmonies of #BAF62C
Complementary color
Monochromatic Colors of #BAF62C
Black with #BAF62C
Text Example
Text Example
White with #BAF62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF62C; }
p { color: rgb(186,246,44); }
H1.HeaderClassName
{
color: #BAF62C;
}
.AnyTagClassName
{
color: #BAF62C;
}
</style>
background-color css
<style>
a { background-color: #BAF62C; }
a { background-color: rgb(186,246,44); }
div.DivClassName
{
background-color: #BAF62C;
}
.BgClassName
{
background-color: #BAF62C;
}
</style>
border-color css
<style>
span { border-color: #BAF62C; }
span { border-color: rgb(186,246,44); }
td.TdClassName
{
border-color: #BAF62C;
}
.TagClassName
{
border-color: #BAF62C;
}
</style>