Shades of Yellow Green #8DC428
Tints of Yellow Green #8DC428
RGB
CMYK
RGB Variations
Color information
#8DC428 (or 0x8DC428) is known color: Yellow Green. HEX triplet: 8D, C4 and 28. RGB value is (141,196,40). Sum of RGB (Red+Green+Blue) = 141+196+40=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC428 is #723BD7. Grayscale: #A2A2A2. Windows color (decimal): -7486424 or 2671757. OLE color: 2671757.
HSL color Cylindrical-coordinate representation of color #8DC428: hue angle of 81.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DC428 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 40 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.23 |
| HSL | 81.15º | 0.66% | 0.46% | - |
| HSV(B) | 81.15º | 0.8% | 0.77% | - |
| XYZ | 31.11 | 45.3 | 9.11 | - |
| YUV | 161.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 40 | 0.28 | 0 | 0.80 | 0.23 | 81.15 | 0.66 | 0.46 |
| Hex | 8D | C4 | 28 | 1C | 0 | 50 | 17 | 51 | 42 | 2E |
| Octal | 215 | 304 | 50 | 34 | 0 | 120 | 27 | 121 | 102 | 56 |
| Binary | 10001101 | 11000100 | 101000 | 11100 | 0 | 1010000 | 10111 | 1010001 | 1000010 | 101110 |
Color Harmonies of #8DC428
Complementary color
Monochromatic Colors of #8DC428
Black with #8DC428
Text Example
Text Example
White with #8DC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC428; }
p { color: rgb(141,196,40); }
H1.HeaderClassName
{
color: #8DC428;
}
.AnyTagClassName
{
color: #8DC428;
}
</style>
background-color css
<style>
a { background-color: #8DC428; }
a { background-color: rgb(141,196,40); }
div.DivClassName
{
background-color: #8DC428;
}
.BgClassName
{
background-color: #8DC428;
}
</style>
border-color css
<style>
span { border-color: #8DC428; }
span { border-color: rgb(141,196,40); }
td.TdClassName
{
border-color: #8DC428;
}
.TagClassName
{
border-color: #8DC428;
}
</style>