Shades of Yellow Green #8DC130
Tints of Yellow Green #8DC130
RGB
CMYK
RGB Variations
Color information
#8DC130 (or 0x8DC130) is known color: Yellow Green. HEX triplet: 8D, C1 and 30. RGB value is (141,193,48). Sum of RGB (Red+Green+Blue) = 141+193+48=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC130 is #723ECF. Grayscale: #A1A1A1. Windows color (decimal): -7487184 or 3195277. OLE color: 3195277.
HSL color Cylindrical-coordinate representation of color #8DC130: hue angle of 81.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DC130 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 48 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.24 |
| HSL | 81.52º | 0.6% | 0.47% | - |
| HSV(B) | 81.52º | 0.75% | 0.76% | - |
| XYZ | 30.59 | 44.02 | 9.68 | - |
| YUV | 160.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 48 | 0.27 | 0 | 0.75 | 0.24 | 81.52 | 0.6 | 0.47 |
| Hex | 8D | C1 | 30 | 1B | 0 | 4B | 18 | 52 | 3C | 2F |
| Octal | 215 | 301 | 60 | 33 | 0 | 113 | 30 | 122 | 74 | 57 |
| Binary | 10001101 | 11000001 | 110000 | 11011 | 0 | 1001011 | 11000 | 1010010 | 111100 | 101111 |
Color Harmonies of #8DC130
Complementary color
Monochromatic Colors of #8DC130
Black with #8DC130
Text Example
Text Example
White with #8DC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC130; }
p { color: rgb(141,193,48); }
H1.HeaderClassName
{
color: #8DC130;
}
.AnyTagClassName
{
color: #8DC130;
}
</style>
background-color css
<style>
a { background-color: #8DC130; }
a { background-color: rgb(141,193,48); }
div.DivClassName
{
background-color: #8DC130;
}
.BgClassName
{
background-color: #8DC130;
}
</style>
border-color css
<style>
span { border-color: #8DC130; }
span { border-color: rgb(141,193,48); }
td.TdClassName
{
border-color: #8DC130;
}
.TagClassName
{
border-color: #8DC130;
}
</style>