Shades of Yellow Green #8DD514
Tints of Yellow Green #8DD514
RGB
CMYK
RGB Variations
Color information
#8DD514 (or 0x8DD514) is known color: Yellow Green. HEX triplet: 8D, D5 and 14. RGB value is (141,213,20). Sum of RGB (Red+Green+Blue) = 141+213+20=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD514 is #722AEB. Grayscale: #AAAAAA. Windows color (decimal): -7482092 or 1365389. OLE color: 1365389.
HSL color Cylindrical-coordinate representation of color #8DD514: hue angle of 82.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DD514 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 20 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.16 |
| HSL | 82.38º | 0.83% | 0.46% | - |
| HSV(B) | 82.38º | 0.91% | 0.84% | - |
| XYZ | 34.91 | 53.3 | 9.11 | - |
| YUV | 169.47 | 43.65 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 20 | 0.34 | 0 | 0.91 | 0.16 | 82.38 | 0.83 | 0.46 |
| Hex | 8D | D5 | 14 | 22 | 0 | 5B | 10 | 52 | 53 | 2E |
| Octal | 215 | 325 | 24 | 42 | 0 | 133 | 20 | 122 | 123 | 56 |
| Binary | 10001101 | 11010101 | 10100 | 100010 | 0 | 1011011 | 10000 | 1010010 | 1010011 | 101110 |
Color Harmonies of #8DD514
Complementary color
Monochromatic Colors of #8DD514
Black with #8DD514
Text Example
Text Example
White with #8DD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD514; }
p { color: rgb(141,213,20); }
H1.HeaderClassName
{
color: #8DD514;
}
.AnyTagClassName
{
color: #8DD514;
}
</style>
background-color css
<style>
a { background-color: #8DD514; }
a { background-color: rgb(141,213,20); }
div.DivClassName
{
background-color: #8DD514;
}
.BgClassName
{
background-color: #8DD514;
}
</style>
border-color css
<style>
span { border-color: #8DD514; }
span { border-color: rgb(141,213,20); }
td.TdClassName
{
border-color: #8DD514;
}
.TagClassName
{
border-color: #8DD514;
}
</style>