Shades of Yellow Green #8DCC1D
Tints of Yellow Green #8DCC1D
RGB
CMYK
RGB Variations
Color information
#8DCC1D (or 0x8DCC1D) is known color: Yellow Green. HEX triplet: 8D, CC and 1D. RGB value is (141,204,29). Sum of RGB (Red+Green+Blue) = 141+204+29=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC1D is #7233E2. Grayscale: #A5A5A5. Windows color (decimal): -7484387 or 1952909. OLE color: 1952909.
HSL color Cylindrical-coordinate representation of color #8DCC1D: hue angle of 81.6º 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 #8DCC1D is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 29 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.2 |
| HSL | 81.6º | 0.75% | 0.46% | - |
| HSV(B) | 81.6º | 0.86% | 0.8% | - |
| XYZ | 32.8 | 48.94 | 8.88 | - |
| YUV | 165.21 | 51.13 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 29 | 0.31 | 0 | 0.86 | 0.2 | 81.6 | 0.75 | 0.46 |
| Hex | 8D | CC | 1D | 1F | 0 | 56 | 14 | 52 | 4B | 2E |
| Octal | 215 | 314 | 35 | 37 | 0 | 126 | 24 | 122 | 113 | 56 |
| Binary | 10001101 | 11001100 | 11101 | 11111 | 0 | 1010110 | 10100 | 1010010 | 1001011 | 101110 |
Color Harmonies of #8DCC1D
Complementary color
Monochromatic Colors of #8DCC1D
Black with #8DCC1D
Text Example
Text Example
White with #8DCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC1D; }
p { color: rgb(141,204,29); }
H1.HeaderClassName
{
color: #8DCC1D;
}
.AnyTagClassName
{
color: #8DCC1D;
}
</style>
background-color css
<style>
a { background-color: #8DCC1D; }
a { background-color: rgb(141,204,29); }
div.DivClassName
{
background-color: #8DCC1D;
}
.BgClassName
{
background-color: #8DCC1D;
}
</style>
border-color css
<style>
span { border-color: #8DCC1D; }
span { border-color: rgb(141,204,29); }
td.TdClassName
{
border-color: #8DCC1D;
}
.TagClassName
{
border-color: #8DCC1D;
}
</style>