Shades of Light Green #86E78D
Tints of Light Green #86E78D
RGB
CMYK
RGB Variations
Color information
#86E78D (or 0x86E78D) is known color: Light Green. HEX triplet: 86, E7 and 8D. RGB value is (134,231,141). Sum of RGB (Red+Green+Blue) = 134+231+141=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #86E78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E78D is #791872. Grayscale: #BFBFBF. Windows color (decimal): -7936115 or 9299846. OLE color: 9299846.
HSL color Cylindrical-coordinate representation of color #86E78D: hue angle of 124.33º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E78D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 141 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.09 |
| HSL | 124.33º | 0.67% | 0.72% | - |
| HSV(B) | 124.33º | 0.42% | 0.91% | - |
| XYZ | 43.22 | 64.14 | 35.3 | - |
| YUV | 191.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 141 | 0.42 | 0 | 0.39 | 0.09 | 124.33 | 0.67 | 0.72 |
| Hex | 86 | E7 | 8D | 2A | 0 | 27 | 9 | 7C | 43 | 48 |
| Octal | 206 | 347 | 215 | 52 | 0 | 47 | 11 | 174 | 103 | 110 |
| Binary | 10000110 | 11100111 | 10001101 | 101010 | 0 | 100111 | 1001 | 1111100 | 1000011 | 1001000 |
Color Harmonies of #86E78D
Complementary color
Monochromatic Colors of #86E78D
Black with #86E78D
Text Example
Text Example
White with #86E78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E78D; }
p { color: rgb(134,231,141); }
H1.HeaderClassName
{
color: #86E78D;
}
.AnyTagClassName
{
color: #86E78D;
}
</style>
background-color css
<style>
a { background-color: #86E78D; }
a { background-color: rgb(134,231,141); }
div.DivClassName
{
background-color: #86E78D;
}
.BgClassName
{
background-color: #86E78D;
}
</style>
border-color css
<style>
span { border-color: #86E78D; }
span { border-color: rgb(134,231,141); }
td.TdClassName
{
border-color: #86E78D;
}
.TagClassName
{
border-color: #86E78D;
}
</style>