Shades of Yellow Green #8DC320
Tints of Yellow Green #8DC320
RGB
CMYK
RGB Variations
Color information
#8DC320 (or 0x8DC320) is known color: Yellow Green. HEX triplet: 8D, C3 and 20. RGB value is (141,195,32). Sum of RGB (Red+Green+Blue) = 141+195+32=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC320 is #723CDF. Grayscale: #A0A0A0. Windows color (decimal): -7486688 or 2147213. OLE color: 2147213.
HSL color Cylindrical-coordinate representation of color #8DC320: hue angle of 79.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DC320 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 32 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.24 |
| HSL | 79.88º | 0.72% | 0.45% | - |
| HSV(B) | 79.88º | 0.84% | 0.76% | - |
| XYZ | 30.76 | 44.8 | 8.39 | - |
| YUV | 160.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 32 | 0.28 | 0 | 0.84 | 0.24 | 79.88 | 0.72 | 0.45 |
| Hex | 8D | C3 | 20 | 1C | 0 | 54 | 18 | 50 | 48 | 2D |
| Octal | 215 | 303 | 40 | 34 | 0 | 124 | 30 | 120 | 110 | 55 |
| Binary | 10001101 | 11000011 | 100000 | 11100 | 0 | 1010100 | 11000 | 1010000 | 1001000 | 101101 |
Color Harmonies of #8DC320
Complementary color
Monochromatic Colors of #8DC320
Black with #8DC320
Text Example
Text Example
White with #8DC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC320; }
p { color: rgb(141,195,32); }
H1.HeaderClassName
{
color: #8DC320;
}
.AnyTagClassName
{
color: #8DC320;
}
</style>
background-color css
<style>
a { background-color: #8DC320; }
a { background-color: rgb(141,195,32); }
div.DivClassName
{
background-color: #8DC320;
}
.BgClassName
{
background-color: #8DC320;
}
</style>
border-color css
<style>
span { border-color: #8DC320; }
span { border-color: rgb(141,195,32); }
td.TdClassName
{
border-color: #8DC320;
}
.TagClassName
{
border-color: #8DC320;
}
</style>