Shades of Yellow Green #94C932
Tints of Yellow Green #94C932
RGB
CMYK
RGB Variations
Color information
#94C932 (or 0x94C932) is known color: Yellow Green. HEX triplet: 94, C9 and 32. RGB value is (148,201,50). Sum of RGB (Red+Green+Blue) = 148+201+50=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #94C932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C932 is #6B36CD. Grayscale: #A8A8A8. Windows color (decimal): -7026382 or 3328404. OLE color: 3328404.
HSL color Cylindrical-coordinate representation of color #94C932: hue angle of 81.06º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94C932 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 50 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.21 |
| HSL | 81.06º | 0.6% | 0.49% | - |
| HSV(B) | 81.06º | 0.75% | 0.79% | - |
| XYZ | 33.68 | 48.3 | 10.57 | - |
| YUV | 167.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 50 | 0.26 | 0 | 0.75 | 0.21 | 81.06 | 0.6 | 0.49 |
| Hex | 94 | C9 | 32 | 1A | 0 | 4B | 15 | 51 | 3C | 31 |
| Octal | 224 | 311 | 62 | 32 | 0 | 113 | 25 | 121 | 74 | 61 |
| Binary | 10010100 | 11001001 | 110010 | 11010 | 0 | 1001011 | 10101 | 1010001 | 111100 | 110001 |
Color Harmonies of #94C932
Complementary color
Monochromatic Colors of #94C932
Black with #94C932
Text Example
Text Example
White with #94C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C932; }
p { color: rgb(148,201,50); }
H1.HeaderClassName
{
color: #94C932;
}
.AnyTagClassName
{
color: #94C932;
}
</style>
background-color css
<style>
a { background-color: #94C932; }
a { background-color: rgb(148,201,50); }
div.DivClassName
{
background-color: #94C932;
}
.BgClassName
{
background-color: #94C932;
}
</style>
border-color css
<style>
span { border-color: #94C932; }
span { border-color: rgb(148,201,50); }
td.TdClassName
{
border-color: #94C932;
}
.TagClassName
{
border-color: #94C932;
}
</style>