Shades of Yellow Green #94C632
Tints of Yellow Green #94C632
RGB
CMYK
RGB Variations
Color information
#94C632 (or 0x94C632) is known color: Yellow Green. HEX triplet: 94, C6 and 32. RGB value is (148,198,50). Sum of RGB (Red+Green+Blue) = 148+198+50=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #94C632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C632 is #6B39CD. Grayscale: #A6A6A6. Windows color (decimal): -7027150 or 3327636. OLE color: 3327636.
HSL color Cylindrical-coordinate representation of color #94C632: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94C632 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 50 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.22 |
| HSL | 80.27º | 0.6% | 0.49% | - |
| HSV(B) | 80.27º | 0.75% | 0.78% | - |
| XYZ | 32.98 | 46.91 | 10.33 | - |
| YUV | 166.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 50 | 0.25 | 0 | 0.75 | 0.22 | 80.27 | 0.6 | 0.49 |
| Hex | 94 | C6 | 32 | 19 | 0 | 4B | 16 | 50 | 3C | 31 |
| Octal | 224 | 306 | 62 | 31 | 0 | 113 | 26 | 120 | 74 | 61 |
| Binary | 10010100 | 11000110 | 110010 | 11001 | 0 | 1001011 | 10110 | 1010000 | 111100 | 110001 |
Color Harmonies of #94C632
Complementary color
Monochromatic Colors of #94C632
Black with #94C632
Text Example
Text Example
White with #94C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C632; }
p { color: rgb(148,198,50); }
H1.HeaderClassName
{
color: #94C632;
}
.AnyTagClassName
{
color: #94C632;
}
</style>
background-color css
<style>
a { background-color: #94C632; }
a { background-color: rgb(148,198,50); }
div.DivClassName
{
background-color: #94C632;
}
.BgClassName
{
background-color: #94C632;
}
</style>
border-color css
<style>
span { border-color: #94C632; }
span { border-color: rgb(148,198,50); }
td.TdClassName
{
border-color: #94C632;
}
.TagClassName
{
border-color: #94C632;
}
</style>