Shades of Yellow Green #8DC028
Tints of Yellow Green #8DC028
RGB
CMYK
RGB Variations
Color information
#8DC028 (or 0x8DC028) is known color: Yellow Green. HEX triplet: 8D, C0 and 28. RGB value is (141,192,40). Sum of RGB (Red+Green+Blue) = 141+192+40=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC028 is #723FD7. Grayscale: #9F9F9F. Windows color (decimal): -7487448 or 2670733. OLE color: 2670733.
HSL color Cylindrical-coordinate representation of color #8DC028: hue angle of 80.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DC028 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 40 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.25 |
| HSL | 80.13º | 0.66% | 0.45% | - |
| HSV(B) | 80.13º | 0.79% | 0.75% | - |
| XYZ | 30.22 | 43.52 | 8.81 | - |
| YUV | 159.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 40 | 0.27 | 0 | 0.79 | 0.25 | 80.13 | 0.66 | 0.45 |
| Hex | 8D | C0 | 28 | 1B | 0 | 4F | 19 | 50 | 42 | 2D |
| Octal | 215 | 300 | 50 | 33 | 0 | 117 | 31 | 120 | 102 | 55 |
| Binary | 10001101 | 11000000 | 101000 | 11011 | 0 | 1001111 | 11001 | 1010000 | 1000010 | 101101 |
Color Harmonies of #8DC028
Complementary color
Monochromatic Colors of #8DC028
Black with #8DC028
Text Example
Text Example
White with #8DC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC028; }
p { color: rgb(141,192,40); }
H1.HeaderClassName
{
color: #8DC028;
}
.AnyTagClassName
{
color: #8DC028;
}
</style>
background-color css
<style>
a { background-color: #8DC028; }
a { background-color: rgb(141,192,40); }
div.DivClassName
{
background-color: #8DC028;
}
.BgClassName
{
background-color: #8DC028;
}
</style>
border-color css
<style>
span { border-color: #8DC028; }
span { border-color: rgb(141,192,40); }
td.TdClassName
{
border-color: #8DC028;
}
.TagClassName
{
border-color: #8DC028;
}
</style>