Shades of Yellow Green #8DCD1E
Tints of Yellow Green #8DCD1E
RGB
CMYK
RGB Variations
Color information
#8DCD1E (or 0x8DCD1E) is known color: Yellow Green. HEX triplet: 8D, CD and 1E. RGB value is (141,205,30). Sum of RGB (Red+Green+Blue) = 141+205+30=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD1E is #7232E1. Grayscale: #A6A6A6. Windows color (decimal): -7484130 or 2018701. OLE color: 2018701.
HSL color Cylindrical-coordinate representation of color #8DCD1E: hue angle of 81.94º 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 #8DCD1E is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 30 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.20 |
| HSL | 81.94º | 0.74% | 0.46% | - |
| HSV(B) | 81.94º | 0.85% | 0.8% | - |
| XYZ | 33.05 | 49.42 | 9.03 | - |
| YUV | 165.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 30 | 0.31 | 0 | 0.85 | 0.20 | 81.94 | 0.74 | 0.46 |
| Hex | 8D | CD | 1E | 1F | 0 | 55 | 14 | 52 | 4A | 2E |
| Octal | 215 | 315 | 36 | 37 | 0 | 125 | 24 | 122 | 112 | 56 |
| Binary | 10001101 | 11001101 | 11110 | 11111 | 0 | 1010101 | 10100 | 1010010 | 1001010 | 101110 |
Color Harmonies of #8DCD1E
Complementary color
Monochromatic Colors of #8DCD1E
Black with #8DCD1E
Text Example
Text Example
White with #8DCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD1E; }
p { color: rgb(141,205,30); }
H1.HeaderClassName
{
color: #8DCD1E;
}
.AnyTagClassName
{
color: #8DCD1E;
}
</style>
background-color css
<style>
a { background-color: #8DCD1E; }
a { background-color: rgb(141,205,30); }
div.DivClassName
{
background-color: #8DCD1E;
}
.BgClassName
{
background-color: #8DCD1E;
}
</style>
border-color css
<style>
span { border-color: #8DCD1E; }
span { border-color: rgb(141,205,30); }
td.TdClassName
{
border-color: #8DCD1E;
}
.TagClassName
{
border-color: #8DCD1E;
}
</style>