Shades of Yellow Green #8DD314
Tints of Yellow Green #8DD314
RGB
CMYK
RGB Variations
Color information
#8DD314 (or 0x8DD314) is known color: Yellow Green. HEX triplet: 8D, D3 and 14. RGB value is (141,211,20). Sum of RGB (Red+Green+Blue) = 141+211+20=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD314 is #722CEB. Grayscale: #A8A8A8. Windows color (decimal): -7482604 or 1364877. OLE color: 1364877.
HSL color Cylindrical-coordinate representation of color #8DD314: hue angle of 81.99º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DD314 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 20 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.17 |
| HSL | 81.99º | 0.83% | 0.45% | - |
| HSV(B) | 81.99º | 0.91% | 0.83% | - |
| XYZ | 34.41 | 52.3 | 8.94 | - |
| YUV | 168.3 | 44.31 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 20 | 0.33 | 0 | 0.91 | 0.17 | 81.99 | 0.83 | 0.45 |
| Hex | 8D | D3 | 14 | 21 | 0 | 5B | 11 | 52 | 53 | 2D |
| Octal | 215 | 323 | 24 | 41 | 0 | 133 | 21 | 122 | 123 | 55 |
| Binary | 10001101 | 11010011 | 10100 | 100001 | 0 | 1011011 | 10001 | 1010010 | 1010011 | 101101 |
Color Harmonies of #8DD314
Complementary color
Monochromatic Colors of #8DD314
Black with #8DD314
Text Example
Text Example
White with #8DD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD314; }
p { color: rgb(141,211,20); }
H1.HeaderClassName
{
color: #8DD314;
}
.AnyTagClassName
{
color: #8DD314;
}
</style>
background-color css
<style>
a { background-color: #8DD314; }
a { background-color: rgb(141,211,20); }
div.DivClassName
{
background-color: #8DD314;
}
.BgClassName
{
background-color: #8DD314;
}
</style>
border-color css
<style>
span { border-color: #8DD314; }
span { border-color: rgb(141,211,20); }
td.TdClassName
{
border-color: #8DD314;
}
.TagClassName
{
border-color: #8DD314;
}
</style>