Shades of Green Yellow #BAF324
Tints of Green Yellow #BAF324
RGB
CMYK
RGB Variations
Color information
#BAF324 (or 0xBAF324) is known color: Green Yellow. HEX triplet: BA, F3 and 24. RGB value is (186,243,36). Sum of RGB (Red+Green+Blue) = 186+243+36=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF324 is #450CDB. Grayscale: #CBCBCB. Windows color (decimal): -4525276 or 2421690. OLE color: 2421690.
HSL color Cylindrical-coordinate representation of color #BAF324: hue angle of 76.52º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAF324 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 36 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.05 |
| HSL | 76.52º | 0.9% | 0.55% | - |
| HSV(B) | 76.52º | 0.85% | 0.95% | - |
| XYZ | 52.62 | 74.67 | 13.31 | - |
| YUV | 202.36 | 34.12 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 36 | 0.23 | 0 | 0.85 | 0.05 | 76.52 | 0.9 | 0.55 |
| Hex | BA | F3 | 24 | 17 | 0 | 55 | 5 | 4D | 5A | 37 |
| Octal | 272 | 363 | 44 | 27 | 0 | 125 | 5 | 115 | 132 | 67 |
| Binary | 10111010 | 11110011 | 100100 | 10111 | 0 | 1010101 | 101 | 1001101 | 1011010 | 110111 |
Color Harmonies of #BAF324
Complementary color
Monochromatic Colors of #BAF324
Black with #BAF324
Text Example
Text Example
White with #BAF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF324; }
p { color: rgb(186,243,36); }
H1.HeaderClassName
{
color: #BAF324;
}
.AnyTagClassName
{
color: #BAF324;
}
</style>
background-color css
<style>
a { background-color: #BAF324; }
a { background-color: rgb(186,243,36); }
div.DivClassName
{
background-color: #BAF324;
}
.BgClassName
{
background-color: #BAF324;
}
</style>
border-color css
<style>
span { border-color: #BAF324; }
span { border-color: rgb(186,243,36); }
td.TdClassName
{
border-color: #BAF324;
}
.TagClassName
{
border-color: #BAF324;
}
</style>