Shades of Light Green #8CDD86
Tints of Light Green #8CDD86
RGB
CMYK
RGB Variations
Color information
#8CDD86 (or 0x8CDD86) is known color: Light Green. HEX triplet: 8C, DD and 86. RGB value is (140,221,134). Sum of RGB (Red+Green+Blue) = 140+221+134=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD86 is #732279. Grayscale: #BBBBBB. Windows color (decimal): -7545466 or 8838540. OLE color: 8838540.
HSL color Cylindrical-coordinate representation of color #8CDD86: hue angle of 115.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CDD86 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 134 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.13 |
| HSL | 115.86º | 0.56% | 0.7% | - |
| HSV(B) | 115.86º | 0.39% | 0.87% | - |
| XYZ | 40.97 | 59.01 | 31.78 | - |
| YUV | 186.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 134 | 0.37 | 0 | 0.39 | 0.13 | 115.86 | 0.56 | 0.7 |
| Hex | 8C | DD | 86 | 25 | 0 | 27 | D | 74 | 38 | 46 |
| Octal | 214 | 335 | 206 | 45 | 0 | 47 | 15 | 164 | 70 | 106 |
| Binary | 10001100 | 11011101 | 10000110 | 100101 | 0 | 100111 | 1101 | 1110100 | 111000 | 1000110 |
Color Harmonies of #8CDD86
Complementary color
Monochromatic Colors of #8CDD86
Black with #8CDD86
Text Example
Text Example
White with #8CDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD86; }
p { color: rgb(140,221,134); }
H1.HeaderClassName
{
color: #8CDD86;
}
.AnyTagClassName
{
color: #8CDD86;
}
</style>
background-color css
<style>
a { background-color: #8CDD86; }
a { background-color: rgb(140,221,134); }
div.DivClassName
{
background-color: #8CDD86;
}
.BgClassName
{
background-color: #8CDD86;
}
</style>
border-color css
<style>
span { border-color: #8CDD86; }
span { border-color: rgb(140,221,134); }
td.TdClassName
{
border-color: #8CDD86;
}
.TagClassName
{
border-color: #8CDD86;
}
</style>