Shades of Light Green #8DDD93
Tints of Light Green #8DDD93
RGB
CMYK
RGB Variations
Color information
#8DDD93 (or 0x8DDD93) is known color: Light Green. HEX triplet: 8D, DD and 93. RGB value is (141,221,147). Sum of RGB (Red+Green+Blue) = 141+221+147=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDD93 is #72226C. Grayscale: #BCBCBC. Windows color (decimal): -7479917 or 9690509. OLE color: 9690509.
HSL color Cylindrical-coordinate representation of color #8DDD93: hue angle of 124.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDD93 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 147 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.13 |
| HSL | 124.5º | 0.54% | 0.71% | - |
| HSV(B) | 124.5º | 0.36% | 0.87% | - |
| XYZ | 42.11 | 59.48 | 36.87 | - |
| YUV | 188.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 147 | 0.36 | 0 | 0.33 | 0.13 | 124.5 | 0.54 | 0.71 |
| Hex | 8D | DD | 93 | 24 | 0 | 21 | D | 7C | 36 | 47 |
| Octal | 215 | 335 | 223 | 44 | 0 | 41 | 15 | 174 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10010011 | 100100 | 0 | 100001 | 1101 | 1111100 | 110110 | 1000111 |
Color Harmonies of #8DDD93
Complementary color
Monochromatic Colors of #8DDD93
Black with #8DDD93
Text Example
Text Example
White with #8DDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD93; }
p { color: rgb(141,221,147); }
H1.HeaderClassName
{
color: #8DDD93;
}
.AnyTagClassName
{
color: #8DDD93;
}
</style>
background-color css
<style>
a { background-color: #8DDD93; }
a { background-color: rgb(141,221,147); }
div.DivClassName
{
background-color: #8DDD93;
}
.BgClassName
{
background-color: #8DDD93;
}
</style>
border-color css
<style>
span { border-color: #8DDD93; }
span { border-color: rgb(141,221,147); }
td.TdClassName
{
border-color: #8DDD93;
}
.TagClassName
{
border-color: #8DDD93;
}
</style>