Shades of Yellow Green #94C62D
Tints of Yellow Green #94C62D
RGB
CMYK
RGB Variations
Color information
#94C62D (or 0x94C62D) is known color: Yellow Green. HEX triplet: 94, C6 and 2D. RGB value is (148,198,45). Sum of RGB (Red+Green+Blue) = 148+198+45=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #94C62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C62D is #6B39D2. Grayscale: #A6A6A6. Windows color (decimal): -7027155 or 2999956. OLE color: 2999956.
HSL color Cylindrical-coordinate representation of color #94C62D: hue angle of 79.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94C62D is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 45 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.22 |
| HSL | 79.61º | 0.63% | 0.48% | - |
| HSV(B) | 79.61º | 0.77% | 0.78% | - |
| XYZ | 32.88 | 46.87 | 9.8 | - |
| YUV | 165.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 45 | 0.25 | 0 | 0.77 | 0.22 | 79.61 | 0.63 | 0.48 |
| Hex | 94 | C6 | 2D | 19 | 0 | 4D | 16 | 50 | 3F | 30 |
| Octal | 224 | 306 | 55 | 31 | 0 | 115 | 26 | 120 | 77 | 60 |
| Binary | 10010100 | 11000110 | 101101 | 11001 | 0 | 1001101 | 10110 | 1010000 | 111111 | 110000 |
Color Harmonies of #94C62D
Complementary color
Monochromatic Colors of #94C62D
Black with #94C62D
Text Example
Text Example
White with #94C62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C62D; }
p { color: rgb(148,198,45); }
H1.HeaderClassName
{
color: #94C62D;
}
.AnyTagClassName
{
color: #94C62D;
}
</style>
background-color css
<style>
a { background-color: #94C62D; }
a { background-color: rgb(148,198,45); }
div.DivClassName
{
background-color: #94C62D;
}
.BgClassName
{
background-color: #94C62D;
}
</style>
border-color css
<style>
span { border-color: #94C62D; }
span { border-color: rgb(148,198,45); }
td.TdClassName
{
border-color: #94C62D;
}
.TagClassName
{
border-color: #94C62D;
}
</style>