Shades of Yellow Green #94BB2E
Tints of Yellow Green #94BB2E
RGB
CMYK
RGB Variations
Color information
#94BB2E (or 0x94BB2E) is known color: Yellow Green. HEX triplet: 94, BB and 2E. RGB value is (148,187,46). Sum of RGB (Red+Green+Blue) = 148+187+46=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BB2E is #6B44D1. Grayscale: #9F9F9F. Windows color (decimal): -7029970 or 3062676. OLE color: 3062676.
HSL color Cylindrical-coordinate representation of color #94BB2E: hue angle of 76.6º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94BB2E is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 46 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.27 |
| HSL | 76.6º | 0.61% | 0.46% | - |
| HSV(B) | 76.6º | 0.75% | 0.73% | - |
| XYZ | 30.48 | 42.03 | 9.09 | - |
| YUV | 159.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 46 | 0.21 | 0 | 0.75 | 0.27 | 76.6 | 0.61 | 0.46 |
| Hex | 94 | BB | 2E | 15 | 0 | 4B | 1B | 4D | 3D | 2E |
| Octal | 224 | 273 | 56 | 25 | 0 | 113 | 33 | 115 | 75 | 56 |
| Binary | 10010100 | 10111011 | 101110 | 10101 | 0 | 1001011 | 11011 | 1001101 | 111101 | 101110 |
Color Harmonies of #94BB2E
Complementary color
Monochromatic Colors of #94BB2E
Black with #94BB2E
Text Example
Text Example
White with #94BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB2E; }
p { color: rgb(148,187,46); }
H1.HeaderClassName
{
color: #94BB2E;
}
.AnyTagClassName
{
color: #94BB2E;
}
</style>
background-color css
<style>
a { background-color: #94BB2E; }
a { background-color: rgb(148,187,46); }
div.DivClassName
{
background-color: #94BB2E;
}
.BgClassName
{
background-color: #94BB2E;
}
</style>
border-color css
<style>
span { border-color: #94BB2E; }
span { border-color: rgb(148,187,46); }
td.TdClassName
{
border-color: #94BB2E;
}
.TagClassName
{
border-color: #94BB2E;
}
</style>