Shades of Yellow Green #8DD315
Tints of Yellow Green #8DD315
RGB
CMYK
RGB Variations
Color information
#8DD315 (or 0x8DD315) is known color: Yellow Green. HEX triplet: 8D, D3 and 15. RGB value is (141,211,21). Sum of RGB (Red+Green+Blue) = 141+211+21=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD315 is #722CEA. Grayscale: #A9A9A9. Windows color (decimal): -7482603 or 1430413. OLE color: 1430413.
HSL color Cylindrical-coordinate representation of color #8DD315: hue angle of 82.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DD315 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 21 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.17 |
| HSL | 82.11º | 0.82% | 0.45% | - |
| HSV(B) | 82.11º | 0.9% | 0.83% | - |
| XYZ | 34.41 | 52.31 | 8.99 | - |
| YUV | 168.41 | 44.81 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 21 | 0.33 | 0 | 0.90 | 0.17 | 82.11 | 0.82 | 0.45 |
| Hex | 8D | D3 | 15 | 21 | 0 | 5A | 11 | 52 | 52 | 2D |
| Octal | 215 | 323 | 25 | 41 | 0 | 132 | 21 | 122 | 122 | 55 |
| Binary | 10001101 | 11010011 | 10101 | 100001 | 0 | 1011010 | 10001 | 1010010 | 1010010 | 101101 |
Color Harmonies of #8DD315
Complementary color
Monochromatic Colors of #8DD315
Black with #8DD315
Text Example
Text Example
White with #8DD315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD315; }
p { color: rgb(141,211,21); }
H1.HeaderClassName
{
color: #8DD315;
}
.AnyTagClassName
{
color: #8DD315;
}
</style>
background-color css
<style>
a { background-color: #8DD315; }
a { background-color: rgb(141,211,21); }
div.DivClassName
{
background-color: #8DD315;
}
.BgClassName
{
background-color: #8DD315;
}
</style>
border-color css
<style>
span { border-color: #8DD315; }
span { border-color: rgb(141,211,21); }
td.TdClassName
{
border-color: #8DD315;
}
.TagClassName
{
border-color: #8DD315;
}
</style>