Shades of Light Green #8DED85
Tints of Light Green #8DED85
RGB
CMYK
RGB Variations
Color information
#8DED85 (or 0x8DED85) is known color: Light Green. HEX triplet: 8D, ED and 85. RGB value is (141,237,133). Sum of RGB (Red+Green+Blue) = 141+237+133=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DED85 is #72127A. Grayscale: #C4C4C4. Windows color (decimal): -7475835 or 8777101. OLE color: 8777101.
HSL color Cylindrical-coordinate representation of color #8DED85: hue angle of 115.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DED85 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 133 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.07 |
| HSL | 115.38º | 0.74% | 0.73% | - |
| HSV(B) | 115.38º | 0.44% | 0.93% | - |
| XYZ | 45.5 | 67.92 | 32.9 | - |
| YUV | 196.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 133 | 0.41 | 0 | 0.44 | 0.07 | 115.38 | 0.74 | 0.73 |
| Hex | 8D | ED | 85 | 29 | 0 | 2C | 7 | 73 | 4A | 49 |
| Octal | 215 | 355 | 205 | 51 | 0 | 54 | 7 | 163 | 112 | 111 |
| Binary | 10001101 | 11101101 | 10000101 | 101001 | 0 | 101100 | 111 | 1110011 | 1001010 | 1001001 |
Color Harmonies of #8DED85
Complementary color
Monochromatic Colors of #8DED85
Black with #8DED85
Text Example
Text Example
White with #8DED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DED85; }
p { color: rgb(141,237,133); }
H1.HeaderClassName
{
color: #8DED85;
}
.AnyTagClassName
{
color: #8DED85;
}
</style>
background-color css
<style>
a { background-color: #8DED85; }
a { background-color: rgb(141,237,133); }
div.DivClassName
{
background-color: #8DED85;
}
.BgClassName
{
background-color: #8DED85;
}
</style>
border-color css
<style>
span { border-color: #8DED85; }
span { border-color: rgb(141,237,133); }
td.TdClassName
{
border-color: #8DED85;
}
.TagClassName
{
border-color: #8DED85;
}
</style>