Shades of Green Yellow #BAF91E
Tints of Green Yellow #BAF91E
RGB
CMYK
RGB Variations
Color information
#BAF91E (or 0xBAF91E) is known color: Green Yellow. HEX triplet: BA, F9 and 1E. RGB value is (186,249,30). Sum of RGB (Red+Green+Blue) = 186+249+30=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF91E is #4506E1. Grayscale: #CECECE. Windows color (decimal): -4523746 or 2030010. OLE color: 2030010.
HSL color Cylindrical-coordinate representation of color #BAF91E: hue angle of 77.26º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAF91E is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 30 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.02 |
| HSL | 77.26º | 0.95% | 0.55% | - |
| HSV(B) | 77.26º | 0.88% | 0.98% | - |
| XYZ | 54.36 | 78.28 | 13.47 | - |
| YUV | 205.2 | 29.13 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 30 | 0.25 | 0 | 0.88 | 0.02 | 77.26 | 0.95 | 0.55 |
| Hex | BA | F9 | 1E | 19 | 0 | 58 | 2 | 4D | 5F | 37 |
| Octal | 272 | 371 | 36 | 31 | 0 | 130 | 2 | 115 | 137 | 67 |
| Binary | 10111010 | 11111001 | 11110 | 11001 | 0 | 1011000 | 10 | 1001101 | 1011111 | 110111 |
Color Harmonies of #BAF91E
Complementary color
Monochromatic Colors of #BAF91E
Black with #BAF91E
Text Example
Text Example
White with #BAF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF91E; }
p { color: rgb(186,249,30); }
H1.HeaderClassName
{
color: #BAF91E;
}
.AnyTagClassName
{
color: #BAF91E;
}
</style>
background-color css
<style>
a { background-color: #BAF91E; }
a { background-color: rgb(186,249,30); }
div.DivClassName
{
background-color: #BAF91E;
}
.BgClassName
{
background-color: #BAF91E;
}
</style>
border-color css
<style>
span { border-color: #BAF91E; }
span { border-color: rgb(186,249,30); }
td.TdClassName
{
border-color: #BAF91E;
}
.TagClassName
{
border-color: #BAF91E;
}
</style>