Shades of Yellow Green #8DC915
Tints of Yellow Green #8DC915
RGB
CMYK
RGB Variations
Color information
#8DC915 (or 0x8DC915) is known color: Yellow Green. HEX triplet: 8D, C9 and 15. RGB value is (141,201,21). Sum of RGB (Red+Green+Blue) = 141+201+21=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC915 is #7236EA. Grayscale: #A3A3A3. Windows color (decimal): -7485163 or 1427853. OLE color: 1427853.
HSL color Cylindrical-coordinate representation of color #8DC915: hue angle of 80º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DC915 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 21 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.21 |
| HSL | 80º | 0.81% | 0.44% | - |
| HSV(B) | 80º | 0.9% | 0.79% | - |
| XYZ | 32.01 | 47.49 | 8.19 | - |
| YUV | 162.54 | 48.12 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 21 | 0.30 | 0 | 0.90 | 0.21 | 80 | 0.81 | 0.44 |
| Hex | 8D | C9 | 15 | 1E | 0 | 5A | 15 | 50 | 51 | 2C |
| Octal | 215 | 311 | 25 | 36 | 0 | 132 | 25 | 120 | 121 | 54 |
| Binary | 10001101 | 11001001 | 10101 | 11110 | 0 | 1011010 | 10101 | 1010000 | 1010001 | 101100 |
Color Harmonies of #8DC915
Complementary color
Monochromatic Colors of #8DC915
Black with #8DC915
Text Example
Text Example
White with #8DC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC915; }
p { color: rgb(141,201,21); }
H1.HeaderClassName
{
color: #8DC915;
}
.AnyTagClassName
{
color: #8DC915;
}
</style>
background-color css
<style>
a { background-color: #8DC915; }
a { background-color: rgb(141,201,21); }
div.DivClassName
{
background-color: #8DC915;
}
.BgClassName
{
background-color: #8DC915;
}
</style>
border-color css
<style>
span { border-color: #8DC915; }
span { border-color: rgb(141,201,21); }
td.TdClassName
{
border-color: #8DC915;
}
.TagClassName
{
border-color: #8DC915;
}
</style>