Shades of Yellow Green #8DC322
Tints of Yellow Green #8DC322
RGB
CMYK
RGB Variations
Color information
#8DC322 (or 0x8DC322) is known color: Yellow Green. HEX triplet: 8D, C3 and 22. RGB value is (141,195,34). Sum of RGB (Red+Green+Blue) = 141+195+34=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC322 is #723CDD. Grayscale: #A1A1A1. Windows color (decimal): -7486686 or 2278285. OLE color: 2278285.
HSL color Cylindrical-coordinate representation of color #8DC322: hue angle of 80.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DC322 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 34 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.24 |
| HSL | 80.12º | 0.7% | 0.45% | - |
| HSV(B) | 80.12º | 0.83% | 0.76% | - |
| XYZ | 30.79 | 44.81 | 8.54 | - |
| YUV | 160.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 34 | 0.28 | 0 | 0.83 | 0.24 | 80.12 | 0.7 | 0.45 |
| Hex | 8D | C3 | 22 | 1C | 0 | 53 | 18 | 50 | 46 | 2D |
| Octal | 215 | 303 | 42 | 34 | 0 | 123 | 30 | 120 | 106 | 55 |
| Binary | 10001101 | 11000011 | 100010 | 11100 | 0 | 1010011 | 11000 | 1010000 | 1000110 | 101101 |
Color Harmonies of #8DC322
Complementary color
Monochromatic Colors of #8DC322
Black with #8DC322
Text Example
Text Example
White with #8DC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC322; }
p { color: rgb(141,195,34); }
H1.HeaderClassName
{
color: #8DC322;
}
.AnyTagClassName
{
color: #8DC322;
}
</style>
background-color css
<style>
a { background-color: #8DC322; }
a { background-color: rgb(141,195,34); }
div.DivClassName
{
background-color: #8DC322;
}
.BgClassName
{
background-color: #8DC322;
}
</style>
border-color css
<style>
span { border-color: #8DC322; }
span { border-color: rgb(141,195,34); }
td.TdClassName
{
border-color: #8DC322;
}
.TagClassName
{
border-color: #8DC322;
}
</style>