Shades of Yellow Green #94C229
Tints of Yellow Green #94C229
RGB
CMYK
RGB Variations
Color information
#94C229 (or 0x94C229) is known color: Yellow Green. HEX triplet: 94, C2 and 29. RGB value is (148,194,41). Sum of RGB (Red+Green+Blue) = 148+194+41=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #94C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C229 is #6B3DD6. Grayscale: #A3A3A3. Windows color (decimal): -7028183 or 2736788. OLE color: 2736788.
HSL color Cylindrical-coordinate representation of color #94C229: hue angle of 78.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94C229 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 41 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.24 |
| HSL | 78.04º | 0.65% | 0.46% | - |
| HSV(B) | 78.04º | 0.79% | 0.76% | - |
| XYZ | 31.9 | 45.04 | 9.11 | - |
| YUV | 162.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 41 | 0.24 | 0 | 0.79 | 0.24 | 78.04 | 0.65 | 0.46 |
| Hex | 94 | C2 | 29 | 18 | 0 | 4F | 18 | 4E | 41 | 2E |
| Octal | 224 | 302 | 51 | 30 | 0 | 117 | 30 | 116 | 101 | 56 |
| Binary | 10010100 | 11000010 | 101001 | 11000 | 0 | 1001111 | 11000 | 1001110 | 1000001 | 101110 |
Color Harmonies of #94C229
Complementary color
Monochromatic Colors of #94C229
Black with #94C229
Text Example
Text Example
White with #94C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C229; }
p { color: rgb(148,194,41); }
H1.HeaderClassName
{
color: #94C229;
}
.AnyTagClassName
{
color: #94C229;
}
</style>
background-color css
<style>
a { background-color: #94C229; }
a { background-color: rgb(148,194,41); }
div.DivClassName
{
background-color: #94C229;
}
.BgClassName
{
background-color: #94C229;
}
</style>
border-color css
<style>
span { border-color: #94C229; }
span { border-color: rgb(148,194,41); }
td.TdClassName
{
border-color: #94C229;
}
.TagClassName
{
border-color: #94C229;
}
</style>