Shades of Light Green #8DDC90
Tints of Light Green #8DDC90
RGB
CMYK
RGB Variations
Color information
#8DDC90 (or 0x8DDC90) is known color: Light Green. HEX triplet: 8D, DC and 90. RGB value is (141,220,144). Sum of RGB (Red+Green+Blue) = 141+220+144=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC90 is #72236F. Grayscale: #BBBBBB. Windows color (decimal): -7480176 or 9493645. OLE color: 9493645.
HSL color Cylindrical-coordinate representation of color #8DDC90: hue angle of 122.28º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDC90 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 144 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.14 |
| HSL | 122.28º | 0.53% | 0.71% | - |
| HSV(B) | 122.28º | 0.36% | 0.86% | - |
| XYZ | 41.61 | 58.86 | 35.55 | - |
| YUV | 187.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 144 | 0.36 | 0 | 0.35 | 0.14 | 122.28 | 0.53 | 0.71 |
| Hex | 8D | DC | 90 | 24 | 0 | 23 | E | 7A | 35 | 47 |
| Octal | 215 | 334 | 220 | 44 | 0 | 43 | 16 | 172 | 65 | 107 |
| Binary | 10001101 | 11011100 | 10010000 | 100100 | 0 | 100011 | 1110 | 1111010 | 110101 | 1000111 |
Color Harmonies of #8DDC90
Complementary color
Monochromatic Colors of #8DDC90
Black with #8DDC90
Text Example
Text Example
White with #8DDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC90; }
p { color: rgb(141,220,144); }
H1.HeaderClassName
{
color: #8DDC90;
}
.AnyTagClassName
{
color: #8DDC90;
}
</style>
background-color css
<style>
a { background-color: #8DDC90; }
a { background-color: rgb(141,220,144); }
div.DivClassName
{
background-color: #8DDC90;
}
.BgClassName
{
background-color: #8DDC90;
}
</style>
border-color css
<style>
span { border-color: #8DDC90; }
span { border-color: rgb(141,220,144); }
td.TdClassName
{
border-color: #8DDC90;
}
.TagClassName
{
border-color: #8DDC90;
}
</style>