Shades of Yellow Green #94C528
Tints of Yellow Green #94C528
RGB
CMYK
RGB Variations
Color information
#94C528 (or 0x94C528) is known color: Yellow Green. HEX triplet: 94, C5 and 28. RGB value is (148,197,40). Sum of RGB (Red+Green+Blue) = 148+197+40=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #94C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C528 is #6B3AD7. Grayscale: #A5A5A5. Windows color (decimal): -7027416 or 2672020. OLE color: 2672020.
HSL color Cylindrical-coordinate representation of color #94C528: hue angle of 78.73º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94C528 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 40 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.23 |
| HSL | 78.73º | 0.66% | 0.46% | - |
| HSV(B) | 78.73º | 0.8% | 0.77% | - |
| XYZ | 32.56 | 46.38 | 9.24 | - |
| YUV | 164.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 40 | 0.25 | 0 | 0.80 | 0.23 | 78.73 | 0.66 | 0.46 |
| Hex | 94 | C5 | 28 | 19 | 0 | 50 | 17 | 4F | 42 | 2E |
| Octal | 224 | 305 | 50 | 31 | 0 | 120 | 27 | 117 | 102 | 56 |
| Binary | 10010100 | 11000101 | 101000 | 11001 | 0 | 1010000 | 10111 | 1001111 | 1000010 | 101110 |
Color Harmonies of #94C528
Complementary color
Monochromatic Colors of #94C528
Black with #94C528
Text Example
Text Example
White with #94C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C528; }
p { color: rgb(148,197,40); }
H1.HeaderClassName
{
color: #94C528;
}
.AnyTagClassName
{
color: #94C528;
}
</style>
background-color css
<style>
a { background-color: #94C528; }
a { background-color: rgb(148,197,40); }
div.DivClassName
{
background-color: #94C528;
}
.BgClassName
{
background-color: #94C528;
}
</style>
border-color css
<style>
span { border-color: #94C528; }
span { border-color: rgb(148,197,40); }
td.TdClassName
{
border-color: #94C528;
}
.TagClassName
{
border-color: #94C528;
}
</style>