Shades of Green Yellow #BAF241
Tints of Green Yellow #BAF241
RGB
CMYK
RGB Variations
Color information
#BAF241 (or 0xBAF241) is known color: Green Yellow. HEX triplet: BA, F2 and 41. RGB value is (186,242,65). Sum of RGB (Red+Green+Blue) = 186+242+65=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF241 is #450DBE. Grayscale: #CDCDCD. Windows color (decimal): -4525503 or 4321978. OLE color: 4321978.
HSL color Cylindrical-coordinate representation of color #BAF241: hue angle of 78.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF241 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 65 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.05 |
| HSL | 78.98º | 0.87% | 0.6% | - |
| HSV(B) | 78.98º | 0.73% | 0.95% | - |
| XYZ | 52.96 | 74.33 | 16.56 | - |
| YUV | 205.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 65 | 0.23 | 0 | 0.73 | 0.05 | 78.98 | 0.87 | 0.6 |
| Hex | BA | F2 | 41 | 17 | 0 | 49 | 5 | 4F | 57 | 3C |
| Octal | 272 | 362 | 101 | 27 | 0 | 111 | 5 | 117 | 127 | 74 |
| Binary | 10111010 | 11110010 | 1000001 | 10111 | 0 | 1001001 | 101 | 1001111 | 1010111 | 111100 |
Color Harmonies of #BAF241
Complementary color
Monochromatic Colors of #BAF241
Black with #BAF241
Text Example
Text Example
White with #BAF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF241; }
p { color: rgb(186,242,65); }
H1.HeaderClassName
{
color: #BAF241;
}
.AnyTagClassName
{
color: #BAF241;
}
</style>
background-color css
<style>
a { background-color: #BAF241; }
a { background-color: rgb(186,242,65); }
div.DivClassName
{
background-color: #BAF241;
}
.BgClassName
{
background-color: #BAF241;
}
</style>
border-color css
<style>
span { border-color: #BAF241; }
span { border-color: rgb(186,242,65); }
td.TdClassName
{
border-color: #BAF241;
}
.TagClassName
{
border-color: #BAF241;
}
</style>