Shades of Yellow Green #8DC620
Tints of Yellow Green #8DC620
RGB
CMYK
RGB Variations
Color information
#8DC620 (or 0x8DC620) is known color: Yellow Green. HEX triplet: 8D, C6 and 20. RGB value is (141,198,32). Sum of RGB (Red+Green+Blue) = 141+198+32=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC620 is #7239DF. Grayscale: #A2A2A2. Windows color (decimal): -7485920 or 2147981. OLE color: 2147981.
HSL color Cylindrical-coordinate representation of color #8DC620: hue angle of 80.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DC620 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 32 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.22 |
| HSL | 80.6º | 0.72% | 0.45% | - |
| HSV(B) | 80.6º | 0.84% | 0.78% | - |
| XYZ | 31.44 | 46.16 | 8.62 | - |
| YUV | 162.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 32 | 0.29 | 0 | 0.84 | 0.22 | 80.6 | 0.72 | 0.45 |
| Hex | 8D | C6 | 20 | 1D | 0 | 54 | 16 | 51 | 48 | 2D |
| Octal | 215 | 306 | 40 | 35 | 0 | 124 | 26 | 121 | 110 | 55 |
| Binary | 10001101 | 11000110 | 100000 | 11101 | 0 | 1010100 | 10110 | 1010001 | 1001000 | 101101 |
Color Harmonies of #8DC620
Complementary color
Monochromatic Colors of #8DC620
Black with #8DC620
Text Example
Text Example
White with #8DC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC620; }
p { color: rgb(141,198,32); }
H1.HeaderClassName
{
color: #8DC620;
}
.AnyTagClassName
{
color: #8DC620;
}
</style>
background-color css
<style>
a { background-color: #8DC620; }
a { background-color: rgb(141,198,32); }
div.DivClassName
{
background-color: #8DC620;
}
.BgClassName
{
background-color: #8DC620;
}
</style>
border-color css
<style>
span { border-color: #8DC620; }
span { border-color: rgb(141,198,32); }
td.TdClassName
{
border-color: #8DC620;
}
.TagClassName
{
border-color: #8DC620;
}
</style>