Shades of Green Yellow #BAF239
Tints of Green Yellow #BAF239
RGB
CMYK
RGB Variations
Color information
#BAF239 (or 0xBAF239) is known color: Green Yellow. HEX triplet: BA, F2 and 39. RGB value is (186,242,57). Sum of RGB (Red+Green+Blue) = 186+242+57=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF239 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF239 is #450DC6. Grayscale: #CCCCCC. Windows color (decimal): -4525511 or 3797690. OLE color: 3797690.
HSL color Cylindrical-coordinate representation of color #BAF239: hue angle of 78.16º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAF239 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 57 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.05 |
| HSL | 78.16º | 0.88% | 0.59% | - |
| HSV(B) | 78.16º | 0.76% | 0.95% | - |
| XYZ | 52.74 | 74.24 | 15.42 | - |
| YUV | 204.17 | 44.95 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 57 | 0.23 | 0 | 0.76 | 0.05 | 78.16 | 0.88 | 0.59 |
| Hex | BA | F2 | 39 | 17 | 0 | 4C | 5 | 4E | 58 | 3B |
| Octal | 272 | 362 | 71 | 27 | 0 | 114 | 5 | 116 | 130 | 73 |
| Binary | 10111010 | 11110010 | 111001 | 10111 | 0 | 1001100 | 101 | 1001110 | 1011000 | 111011 |
Color Harmonies of #BAF239
Complementary color
Monochromatic Colors of #BAF239
Black with #BAF239
Text Example
Text Example
White with #BAF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF239; }
p { color: rgb(186,242,57); }
H1.HeaderClassName
{
color: #BAF239;
}
.AnyTagClassName
{
color: #BAF239;
}
</style>
background-color css
<style>
a { background-color: #BAF239; }
a { background-color: rgb(186,242,57); }
div.DivClassName
{
background-color: #BAF239;
}
.BgClassName
{
background-color: #BAF239;
}
</style>
border-color css
<style>
span { border-color: #BAF239; }
span { border-color: rgb(186,242,57); }
td.TdClassName
{
border-color: #BAF239;
}
.TagClassName
{
border-color: #BAF239;
}
</style>