Shades of Yellow Green #8DCA1E
Tints of Yellow Green #8DCA1E
RGB
CMYK
RGB Variations
Color information
#8DCA1E (or 0x8DCA1E) is known color: Yellow Green. HEX triplet: 8D, CA and 1E. RGB value is (141,202,30). Sum of RGB (Red+Green+Blue) = 141+202+30=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCA1E is #7235E1. Grayscale: #A4A4A4. Windows color (decimal): -7484898 or 2017933. OLE color: 2017933.
HSL color Cylindrical-coordinate representation of color #8DCA1E: hue angle of 81.28º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DCA1E is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 30 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.21 |
| HSL | 81.28º | 0.74% | 0.45% | - |
| HSV(B) | 81.28º | 0.85% | 0.79% | - |
| XYZ | 32.34 | 48 | 8.79 | - |
| YUV | 164.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 30 | 0.30 | 0 | 0.85 | 0.21 | 81.28 | 0.74 | 0.45 |
| Hex | 8D | CA | 1E | 1E | 0 | 55 | 15 | 51 | 4A | 2D |
| Octal | 215 | 312 | 36 | 36 | 0 | 125 | 25 | 121 | 112 | 55 |
| Binary | 10001101 | 11001010 | 11110 | 11110 | 0 | 1010101 | 10101 | 1010001 | 1001010 | 101101 |
Color Harmonies of #8DCA1E
Complementary color
Monochromatic Colors of #8DCA1E
Black with #8DCA1E
Text Example
Text Example
White with #8DCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA1E; }
p { color: rgb(141,202,30); }
H1.HeaderClassName
{
color: #8DCA1E;
}
.AnyTagClassName
{
color: #8DCA1E;
}
</style>
background-color css
<style>
a { background-color: #8DCA1E; }
a { background-color: rgb(141,202,30); }
div.DivClassName
{
background-color: #8DCA1E;
}
.BgClassName
{
background-color: #8DCA1E;
}
</style>
border-color css
<style>
span { border-color: #8DCA1E; }
span { border-color: rgb(141,202,30); }
td.TdClassName
{
border-color: #8DCA1E;
}
.TagClassName
{
border-color: #8DCA1E;
}
</style>