Shades of Green Yellow #BAF642
Tints of Green Yellow #BAF642
RGB
CMYK
RGB Variations
Color information
#BAF642 (or 0xBAF642) is known color: Green Yellow. HEX triplet: BA, F6 and 42. RGB value is (186,246,66). Sum of RGB (Red+Green+Blue) = 186+246+66=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF642 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF642 is #4509BD. Grayscale: #D0D0D0. Windows color (decimal): -4524478 or 4388538. OLE color: 4388538.
HSL color Cylindrical-coordinate representation of color #BAF642: hue angle of 80º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF642 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 66 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.04 |
| HSL | 80º | 0.91% | 0.61% | - |
| HSV(B) | 80º | 0.73% | 0.96% | - |
| XYZ | 54.19 | 76.74 | 17.11 | - |
| YUV | 207.54 | 48.12 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 66 | 0.24 | 0 | 0.73 | 0.04 | 80 | 0.91 | 0.61 |
| Hex | BA | F6 | 42 | 18 | 0 | 49 | 4 | 50 | 5B | 3D |
| Octal | 272 | 366 | 102 | 30 | 0 | 111 | 4 | 120 | 133 | 75 |
| Binary | 10111010 | 11110110 | 1000010 | 11000 | 0 | 1001001 | 100 | 1010000 | 1011011 | 111101 |
Color Harmonies of #BAF642
Complementary color
Monochromatic Colors of #BAF642
Black with #BAF642
Text Example
Text Example
White with #BAF642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF642; }
p { color: rgb(186,246,66); }
H1.HeaderClassName
{
color: #BAF642;
}
.AnyTagClassName
{
color: #BAF642;
}
</style>
background-color css
<style>
a { background-color: #BAF642; }
a { background-color: rgb(186,246,66); }
div.DivClassName
{
background-color: #BAF642;
}
.BgClassName
{
background-color: #BAF642;
}
</style>
border-color css
<style>
span { border-color: #BAF642; }
span { border-color: rgb(186,246,66); }
td.TdClassName
{
border-color: #BAF642;
}
.TagClassName
{
border-color: #BAF642;
}
</style>