Shades of Yellow Green #8DC324
Tints of Yellow Green #8DC324
RGB
CMYK
RGB Variations
Color information
#8DC324 (or 0x8DC324) is known color: Yellow Green. HEX triplet: 8D, C3 and 24. RGB value is (141,195,36). Sum of RGB (Red+Green+Blue) = 141+195+36=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC324 is #723CDB. Grayscale: #A1A1A1. Windows color (decimal): -7486684 or 2409357. OLE color: 2409357.
HSL color Cylindrical-coordinate representation of color #8DC324: hue angle of 80.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DC324 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 36 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.24 |
| HSL | 80.38º | 0.69% | 0.45% | - |
| HSV(B) | 80.38º | 0.82% | 0.76% | - |
| XYZ | 30.82 | 44.82 | 8.7 | - |
| YUV | 160.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 36 | 0.28 | 0 | 0.82 | 0.24 | 80.38 | 0.69 | 0.45 |
| Hex | 8D | C3 | 24 | 1C | 0 | 52 | 18 | 50 | 45 | 2D |
| Octal | 215 | 303 | 44 | 34 | 0 | 122 | 30 | 120 | 105 | 55 |
| Binary | 10001101 | 11000011 | 100100 | 11100 | 0 | 1010010 | 11000 | 1010000 | 1000101 | 101101 |
Color Harmonies of #8DC324
Complementary color
Monochromatic Colors of #8DC324
Black with #8DC324
Text Example
Text Example
White with #8DC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC324; }
p { color: rgb(141,195,36); }
H1.HeaderClassName
{
color: #8DC324;
}
.AnyTagClassName
{
color: #8DC324;
}
</style>
background-color css
<style>
a { background-color: #8DC324; }
a { background-color: rgb(141,195,36); }
div.DivClassName
{
background-color: #8DC324;
}
.BgClassName
{
background-color: #8DC324;
}
</style>
border-color css
<style>
span { border-color: #8DC324; }
span { border-color: rgb(141,195,36); }
td.TdClassName
{
border-color: #8DC324;
}
.TagClassName
{
border-color: #8DC324;
}
</style>