Shades of Light Green #8DEA85
Tints of Light Green #8DEA85
RGB
CMYK
RGB Variations
Color information
#8DEA85 (or 0x8DEA85) is known color: Light Green. HEX triplet: 8D, EA and 85. RGB value is (141,234,133). Sum of RGB (Red+Green+Blue) = 141+234+133=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEA85 is #72157A. Grayscale: #C2C2C2. Windows color (decimal): -7476603 or 8776333. OLE color: 8776333.
HSL color Cylindrical-coordinate representation of color #8DEA85: hue angle of 115.25º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DEA85 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 133 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.08 |
| HSL | 115.25º | 0.71% | 0.72% | - |
| HSV(B) | 115.25º | 0.43% | 0.92% | - |
| XYZ | 44.64 | 66.2 | 32.62 | - |
| YUV | 194.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 133 | 0.40 | 0 | 0.43 | 0.08 | 115.25 | 0.71 | 0.72 |
| Hex | 8D | EA | 85 | 28 | 0 | 2B | 8 | 73 | 47 | 48 |
| Octal | 215 | 352 | 205 | 50 | 0 | 53 | 10 | 163 | 107 | 110 |
| Binary | 10001101 | 11101010 | 10000101 | 101000 | 0 | 101011 | 1000 | 1110011 | 1000111 | 1001000 |
Color Harmonies of #8DEA85
Complementary color
Monochromatic Colors of #8DEA85
Black with #8DEA85
Text Example
Text Example
White with #8DEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEA85; }
p { color: rgb(141,234,133); }
H1.HeaderClassName
{
color: #8DEA85;
}
.AnyTagClassName
{
color: #8DEA85;
}
</style>
background-color css
<style>
a { background-color: #8DEA85; }
a { background-color: rgb(141,234,133); }
div.DivClassName
{
background-color: #8DEA85;
}
.BgClassName
{
background-color: #8DEA85;
}
</style>
border-color css
<style>
span { border-color: #8DEA85; }
span { border-color: rgb(141,234,133); }
td.TdClassName
{
border-color: #8DEA85;
}
.TagClassName
{
border-color: #8DEA85;
}
</style>