Shades of Green Yellow #BAF537
Tints of Green Yellow #BAF537
RGB
CMYK
RGB Variations
Color information
#BAF537 (or 0xBAF537) is known color: Green Yellow. HEX triplet: BA, F5 and 37. RGB value is (186,245,55). Sum of RGB (Red+Green+Blue) = 186+245+55=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF537 is #450AC8. Grayscale: #CECECE. Windows color (decimal): -4524745 or 3667386. OLE color: 3667386.
HSL color Cylindrical-coordinate representation of color #BAF537: hue angle of 78.63º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAF537 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 55 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.04 |
| HSL | 78.63º | 0.9% | 0.59% | - |
| HSV(B) | 78.63º | 0.78% | 0.96% | - |
| XYZ | 53.59 | 76.02 | 15.46 | - |
| YUV | 205.7 | 42.95 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 55 | 0.24 | 0 | 0.78 | 0.04 | 78.63 | 0.9 | 0.59 |
| Hex | BA | F5 | 37 | 18 | 0 | 4E | 4 | 4F | 5A | 3B |
| Octal | 272 | 365 | 67 | 30 | 0 | 116 | 4 | 117 | 132 | 73 |
| Binary | 10111010 | 11110101 | 110111 | 11000 | 0 | 1001110 | 100 | 1001111 | 1011010 | 111011 |
Color Harmonies of #BAF537
Complementary color
Monochromatic Colors of #BAF537
Black with #BAF537
Text Example
Text Example
White with #BAF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF537; }
p { color: rgb(186,245,55); }
H1.HeaderClassName
{
color: #BAF537;
}
.AnyTagClassName
{
color: #BAF537;
}
</style>
background-color css
<style>
a { background-color: #BAF537; }
a { background-color: rgb(186,245,55); }
div.DivClassName
{
background-color: #BAF537;
}
.BgClassName
{
background-color: #BAF537;
}
</style>
border-color css
<style>
span { border-color: #BAF537; }
span { border-color: rgb(186,245,55); }
td.TdClassName
{
border-color: #BAF537;
}
.TagClassName
{
border-color: #BAF537;
}
</style>