Shades of Green Yellow #BAF136
Tints of Green Yellow #BAF136
RGB
CMYK
RGB Variations
Color information
#BAF136 (or 0xBAF136) is known color: Green Yellow. HEX triplet: BA, F1 and 36. RGB value is (186,241,54). Sum of RGB (Red+Green+Blue) = 186+241+54=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF136 is #450EC9. Grayscale: #CBCBCB. Windows color (decimal): -4525770 or 3600826. OLE color: 3600826.
HSL color Cylindrical-coordinate representation of color #BAF136: hue angle of 77.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAF136 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 54 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.05 |
| HSL | 77.65º | 0.87% | 0.58% | - |
| HSV(B) | 77.65º | 0.78% | 0.95% | - |
| XYZ | 52.37 | 73.62 | 14.94 | - |
| YUV | 203.24 | 43.78 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 54 | 0.23 | 0 | 0.78 | 0.05 | 77.65 | 0.87 | 0.58 |
| Hex | BA | F1 | 36 | 17 | 0 | 4E | 5 | 4E | 57 | 3A |
| Octal | 272 | 361 | 66 | 27 | 0 | 116 | 5 | 116 | 127 | 72 |
| Binary | 10111010 | 11110001 | 110110 | 10111 | 0 | 1001110 | 101 | 1001110 | 1010111 | 111010 |
Color Harmonies of #BAF136
Complementary color
Monochromatic Colors of #BAF136
Black with #BAF136
Text Example
Text Example
White with #BAF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF136; }
p { color: rgb(186,241,54); }
H1.HeaderClassName
{
color: #BAF136;
}
.AnyTagClassName
{
color: #BAF136;
}
</style>
background-color css
<style>
a { background-color: #BAF136; }
a { background-color: rgb(186,241,54); }
div.DivClassName
{
background-color: #BAF136;
}
.BgClassName
{
background-color: #BAF136;
}
</style>
border-color css
<style>
span { border-color: #BAF136; }
span { border-color: rgb(186,241,54); }
td.TdClassName
{
border-color: #BAF136;
}
.TagClassName
{
border-color: #BAF136;
}
</style>