Shades of Yellow Green #94C52E
Tints of Yellow Green #94C52E
RGB
CMYK
RGB Variations
Color information
#94C52E (or 0x94C52E) is known color: Yellow Green. HEX triplet: 94, C5 and 2E. RGB value is (148,197,46). Sum of RGB (Red+Green+Blue) = 148+197+46=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #94C52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C52E is #6B3AD1. Grayscale: #A5A5A5. Windows color (decimal): -7027410 or 3065236. OLE color: 3065236.
HSL color Cylindrical-coordinate representation of color #94C52E: hue angle of 79.47º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94C52E is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 46 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.23 |
| HSL | 79.47º | 0.62% | 0.48% | - |
| HSV(B) | 79.47º | 0.77% | 0.77% | - |
| XYZ | 32.67 | 46.43 | 9.82 | - |
| YUV | 165.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 46 | 0.25 | 0 | 0.77 | 0.23 | 79.47 | 0.62 | 0.48 |
| Hex | 94 | C5 | 2E | 19 | 0 | 4D | 17 | 4F | 3E | 30 |
| Octal | 224 | 305 | 56 | 31 | 0 | 115 | 27 | 117 | 76 | 60 |
| Binary | 10010100 | 11000101 | 101110 | 11001 | 0 | 1001101 | 10111 | 1001111 | 111110 | 110000 |
Color Harmonies of #94C52E
Complementary color
Monochromatic Colors of #94C52E
Black with #94C52E
Text Example
Text Example
White with #94C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C52E; }
p { color: rgb(148,197,46); }
H1.HeaderClassName
{
color: #94C52E;
}
.AnyTagClassName
{
color: #94C52E;
}
</style>
background-color css
<style>
a { background-color: #94C52E; }
a { background-color: rgb(148,197,46); }
div.DivClassName
{
background-color: #94C52E;
}
.BgClassName
{
background-color: #94C52E;
}
</style>
border-color css
<style>
span { border-color: #94C52E; }
span { border-color: rgb(148,197,46); }
td.TdClassName
{
border-color: #94C52E;
}
.TagClassName
{
border-color: #94C52E;
}
</style>