Shades of Yellow Green #94BA37
Tints of Yellow Green #94BA37
RGB
CMYK
RGB Variations
Color information
#94BA37 (or 0x94BA37) is known color: Yellow Green. HEX triplet: 94, BA and 37. RGB value is (148,186,55). Sum of RGB (Red+Green+Blue) = 148+186+55=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA37 is #6B45C8. Grayscale: #A0A0A0. Windows color (decimal): -7030217 or 3652244. OLE color: 3652244.
HSL color Cylindrical-coordinate representation of color #94BA37: hue angle of 77.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94BA37 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 55 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.27 |
| HSL | 77.4º | 0.54% | 0.47% | - |
| HSV(B) | 77.4º | 0.7% | 0.73% | - |
| XYZ | 30.46 | 41.69 | 10.06 | - |
| YUV | 159.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 55 | 0.20 | 0 | 0.70 | 0.27 | 77.4 | 0.54 | 0.47 |
| Hex | 94 | BA | 37 | 14 | 0 | 46 | 1B | 4D | 36 | 2F |
| Octal | 224 | 272 | 67 | 24 | 0 | 106 | 33 | 115 | 66 | 57 |
| Binary | 10010100 | 10111010 | 110111 | 10100 | 0 | 1000110 | 11011 | 1001101 | 110110 | 101111 |
Color Harmonies of #94BA37
Complementary color
Monochromatic Colors of #94BA37
Black with #94BA37
Text Example
Text Example
White with #94BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA37; }
p { color: rgb(148,186,55); }
H1.HeaderClassName
{
color: #94BA37;
}
.AnyTagClassName
{
color: #94BA37;
}
</style>
background-color css
<style>
a { background-color: #94BA37; }
a { background-color: rgb(148,186,55); }
div.DivClassName
{
background-color: #94BA37;
}
.BgClassName
{
background-color: #94BA37;
}
</style>
border-color css
<style>
span { border-color: #94BA37; }
span { border-color: rgb(148,186,55); }
td.TdClassName
{
border-color: #94BA37;
}
.TagClassName
{
border-color: #94BA37;
}
</style>