Shades of Green Yellow #BAF228
Tints of Green Yellow #BAF228
RGB
CMYK
RGB Variations
Color information
#BAF228 (or 0xBAF228) is known color: Green Yellow. HEX triplet: BA, F2 and 28. RGB value is (186,242,40). Sum of RGB (Red+Green+Blue) = 186+242+40=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF228 is #450DD7. Grayscale: #CACACA. Windows color (decimal): -4525528 or 2683578. OLE color: 2683578.
HSL color Cylindrical-coordinate representation of color #BAF228: hue angle of 76.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAF228 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 40 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.05 |
| HSL | 76.63º | 0.89% | 0.55% | - |
| HSV(B) | 76.63º | 0.83% | 0.95% | - |
| XYZ | 52.38 | 74.1 | 13.55 | - |
| YUV | 202.23 | 36.45 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 40 | 0.23 | 0 | 0.83 | 0.05 | 76.63 | 0.89 | 0.55 |
| Hex | BA | F2 | 28 | 17 | 0 | 53 | 5 | 4D | 59 | 37 |
| Octal | 272 | 362 | 50 | 27 | 0 | 123 | 5 | 115 | 131 | 67 |
| Binary | 10111010 | 11110010 | 101000 | 10111 | 0 | 1010011 | 101 | 1001101 | 1011001 | 110111 |
Color Harmonies of #BAF228
Complementary color
Monochromatic Colors of #BAF228
Black with #BAF228
Text Example
Text Example
White with #BAF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF228; }
p { color: rgb(186,242,40); }
H1.HeaderClassName
{
color: #BAF228;
}
.AnyTagClassName
{
color: #BAF228;
}
</style>
background-color css
<style>
a { background-color: #BAF228; }
a { background-color: rgb(186,242,40); }
div.DivClassName
{
background-color: #BAF228;
}
.BgClassName
{
background-color: #BAF228;
}
</style>
border-color css
<style>
span { border-color: #BAF228; }
span { border-color: rgb(186,242,40); }
td.TdClassName
{
border-color: #BAF228;
}
.TagClassName
{
border-color: #BAF228;
}
</style>