Shades of Yellow Green #8DC41F
Tints of Yellow Green #8DC41F
RGB
CMYK
RGB Variations
Color information
#8DC41F (or 0x8DC41F) is known color: Yellow Green. HEX triplet: 8D, C4 and 1F. RGB value is (141,196,31). Sum of RGB (Red+Green+Blue) = 141+196+31=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC41F is #723BE0. Grayscale: #A1A1A1. Windows color (decimal): -7486433 or 2081933. OLE color: 2081933.
HSL color Cylindrical-coordinate representation of color #8DC41F: hue angle of 80º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DC41F is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 31 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.23 |
| HSL | 80º | 0.73% | 0.45% | - |
| HSV(B) | 80º | 0.84% | 0.77% | - |
| XYZ | 30.97 | 45.24 | 8.4 | - |
| YUV | 160.75 | 54.78 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 31 | 0.28 | 0 | 0.84 | 0.23 | 80 | 0.73 | 0.45 |
| Hex | 8D | C4 | 1F | 1C | 0 | 54 | 17 | 50 | 49 | 2D |
| Octal | 215 | 304 | 37 | 34 | 0 | 124 | 27 | 120 | 111 | 55 |
| Binary | 10001101 | 11000100 | 11111 | 11100 | 0 | 1010100 | 10111 | 1010000 | 1001001 | 101101 |
Color Harmonies of #8DC41F
Complementary color
Monochromatic Colors of #8DC41F
Black with #8DC41F
Text Example
Text Example
White with #8DC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC41F; }
p { color: rgb(141,196,31); }
H1.HeaderClassName
{
color: #8DC41F;
}
.AnyTagClassName
{
color: #8DC41F;
}
</style>
background-color css
<style>
a { background-color: #8DC41F; }
a { background-color: rgb(141,196,31); }
div.DivClassName
{
background-color: #8DC41F;
}
.BgClassName
{
background-color: #8DC41F;
}
</style>
border-color css
<style>
span { border-color: #8DC41F; }
span { border-color: rgb(141,196,31); }
td.TdClassName
{
border-color: #8DC41F;
}
.TagClassName
{
border-color: #8DC41F;
}
</style>