Shades of Yellow Green #8DCD1D
Tints of Yellow Green #8DCD1D
RGB
CMYK
RGB Variations
Color information
#8DCD1D (or 0x8DCD1D) is known color: Yellow Green. HEX triplet: 8D, CD and 1D. RGB value is (141,205,29). Sum of RGB (Red+Green+Blue) = 141+205+29=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD1D is #7232E2. Grayscale: #A6A6A6. Windows color (decimal): -7484131 or 1953165. OLE color: 1953165.
HSL color Cylindrical-coordinate representation of color #8DCD1D: hue angle of 81.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DCD1D is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 29 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.20 |
| HSL | 81.82º | 0.75% | 0.46% | - |
| HSV(B) | 81.82º | 0.86% | 0.8% | - |
| XYZ | 33.04 | 49.41 | 8.96 | - |
| YUV | 165.8 | 50.8 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 29 | 0.31 | 0 | 0.86 | 0.20 | 81.82 | 0.75 | 0.46 |
| Hex | 8D | CD | 1D | 1F | 0 | 56 | 14 | 52 | 4B | 2E |
| Octal | 215 | 315 | 35 | 37 | 0 | 126 | 24 | 122 | 113 | 56 |
| Binary | 10001101 | 11001101 | 11101 | 11111 | 0 | 1010110 | 10100 | 1010010 | 1001011 | 101110 |
Color Harmonies of #8DCD1D
Complementary color
Monochromatic Colors of #8DCD1D
Black with #8DCD1D
Text Example
Text Example
White with #8DCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD1D; }
p { color: rgb(141,205,29); }
H1.HeaderClassName
{
color: #8DCD1D;
}
.AnyTagClassName
{
color: #8DCD1D;
}
</style>
background-color css
<style>
a { background-color: #8DCD1D; }
a { background-color: rgb(141,205,29); }
div.DivClassName
{
background-color: #8DCD1D;
}
.BgClassName
{
background-color: #8DCD1D;
}
</style>
border-color css
<style>
span { border-color: #8DCD1D; }
span { border-color: rgb(141,205,29); }
td.TdClassName
{
border-color: #8DCD1D;
}
.TagClassName
{
border-color: #8DCD1D;
}
</style>