Shades of Light Green #8CDF86
Tints of Light Green #8CDF86
RGB
CMYK
RGB Variations
Color information
#8CDF86 (or 0x8CDF86) is known color: Light Green. HEX triplet: 8C, DF and 86. RGB value is (140,223,134). Sum of RGB (Red+Green+Blue) = 140+223+134=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF86 is #732079. Grayscale: #BCBCBC. Windows color (decimal): -7544954 or 8839052. OLE color: 8839052.
HSL color Cylindrical-coordinate representation of color #8CDF86: hue angle of 115.96º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDF86 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 134 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.13 |
| HSL | 115.96º | 0.58% | 0.7% | - |
| HSV(B) | 115.96º | 0.4% | 0.87% | - |
| XYZ | 41.51 | 60.07 | 31.96 | - |
| YUV | 188.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 134 | 0.37 | 0 | 0.40 | 0.13 | 115.96 | 0.58 | 0.7 |
| Hex | 8C | DF | 86 | 25 | 0 | 28 | D | 74 | 3A | 46 |
| Octal | 214 | 337 | 206 | 45 | 0 | 50 | 15 | 164 | 72 | 106 |
| Binary | 10001100 | 11011111 | 10000110 | 100101 | 0 | 101000 | 1101 | 1110100 | 111010 | 1000110 |
Color Harmonies of #8CDF86
Complementary color
Monochromatic Colors of #8CDF86
Black with #8CDF86
Text Example
Text Example
White with #8CDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF86; }
p { color: rgb(140,223,134); }
H1.HeaderClassName
{
color: #8CDF86;
}
.AnyTagClassName
{
color: #8CDF86;
}
</style>
background-color css
<style>
a { background-color: #8CDF86; }
a { background-color: rgb(140,223,134); }
div.DivClassName
{
background-color: #8CDF86;
}
.BgClassName
{
background-color: #8CDF86;
}
</style>
border-color css
<style>
span { border-color: #8CDF86; }
span { border-color: rgb(140,223,134); }
td.TdClassName
{
border-color: #8CDF86;
}
.TagClassName
{
border-color: #8CDF86;
}
</style>