Shades of Green Yellow #BAF226
Tints of Green Yellow #BAF226
RGB
CMYK
RGB Variations
Color information
#BAF226 (or 0xBAF226) is known color: Green Yellow. HEX triplet: BA, F2 and 26. RGB value is (186,242,38). Sum of RGB (Red+Green+Blue) = 186+242+38=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF226 is #450DD9. Grayscale: #CACACA. Windows color (decimal): -4525530 or 2552506. OLE color: 2552506.
HSL color Cylindrical-coordinate representation of color #BAF226: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAF226 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 38 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.05 |
| HSL | 76.47º | 0.89% | 0.55% | - |
| HSV(B) | 76.47º | 0.84% | 0.95% | - |
| XYZ | 52.35 | 74.08 | 13.37 | - |
| YUV | 202 | 35.45 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 38 | 0.23 | 0 | 0.84 | 0.05 | 76.47 | 0.89 | 0.55 |
| Hex | BA | F2 | 26 | 17 | 0 | 54 | 5 | 4C | 59 | 37 |
| Octal | 272 | 362 | 46 | 27 | 0 | 124 | 5 | 114 | 131 | 67 |
| Binary | 10111010 | 11110010 | 100110 | 10111 | 0 | 1010100 | 101 | 1001100 | 1011001 | 110111 |
Color Harmonies of #BAF226
Complementary color
Monochromatic Colors of #BAF226
Black with #BAF226
Text Example
Text Example
White with #BAF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF226; }
p { color: rgb(186,242,38); }
H1.HeaderClassName
{
color: #BAF226;
}
.AnyTagClassName
{
color: #BAF226;
}
</style>
background-color css
<style>
a { background-color: #BAF226; }
a { background-color: rgb(186,242,38); }
div.DivClassName
{
background-color: #BAF226;
}
.BgClassName
{
background-color: #BAF226;
}
</style>
border-color css
<style>
span { border-color: #BAF226; }
span { border-color: rgb(186,242,38); }
td.TdClassName
{
border-color: #BAF226;
}
.TagClassName
{
border-color: #BAF226;
}
</style>