Shades of Yellow Green #8DCC1E
Tints of Yellow Green #8DCC1E
RGB
CMYK
RGB Variations
Color information
#8DCC1E (or 0x8DCC1E) is known color: Yellow Green. HEX triplet: 8D, CC and 1E. RGB value is (141,204,30). Sum of RGB (Red+Green+Blue) = 141+204+30=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC1E is #7233E1. Grayscale: #A5A5A5. Windows color (decimal): -7484386 or 2018445. OLE color: 2018445.
HSL color Cylindrical-coordinate representation of color #8DCC1E: hue angle of 81.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DCC1E is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 30 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.2 |
| HSL | 81.72º | 0.74% | 0.46% | - |
| HSV(B) | 81.72º | 0.85% | 0.8% | - |
| XYZ | 32.81 | 48.94 | 8.95 | - |
| YUV | 165.33 | 51.63 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 30 | 0.31 | 0 | 0.85 | 0.2 | 81.72 | 0.74 | 0.46 |
| Hex | 8D | CC | 1E | 1F | 0 | 55 | 14 | 52 | 4A | 2E |
| Octal | 215 | 314 | 36 | 37 | 0 | 125 | 24 | 122 | 112 | 56 |
| Binary | 10001101 | 11001100 | 11110 | 11111 | 0 | 1010101 | 10100 | 1010010 | 1001010 | 101110 |
Color Harmonies of #8DCC1E
Complementary color
Monochromatic Colors of #8DCC1E
Black with #8DCC1E
Text Example
Text Example
White with #8DCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC1E; }
p { color: rgb(141,204,30); }
H1.HeaderClassName
{
color: #8DCC1E;
}
.AnyTagClassName
{
color: #8DCC1E;
}
</style>
background-color css
<style>
a { background-color: #8DCC1E; }
a { background-color: rgb(141,204,30); }
div.DivClassName
{
background-color: #8DCC1E;
}
.BgClassName
{
background-color: #8DCC1E;
}
</style>
border-color css
<style>
span { border-color: #8DCC1E; }
span { border-color: rgb(141,204,30); }
td.TdClassName
{
border-color: #8DCC1E;
}
.TagClassName
{
border-color: #8DCC1E;
}
</style>