Shades of Light Green #86E784
Tints of Light Green #86E784
RGB
CMYK
RGB Variations
Color information
#86E784 (or 0x86E784) is known color: Light Green. HEX triplet: 86, E7 and 84. RGB value is (134,231,132). Sum of RGB (Red+Green+Blue) = 134+231+132=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #86E784 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E784 is #79187B. Grayscale: #BFBFBF. Windows color (decimal): -7936124 or 8710022. OLE color: 8710022.
HSL color Cylindrical-coordinate representation of color #86E784: hue angle of 118.79º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86E784 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 132 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.09 |
| HSL | 118.79º | 0.67% | 0.71% | - |
| HSV(B) | 118.79º | 0.43% | 0.91% | - |
| XYZ | 42.57 | 63.89 | 31.92 | - |
| YUV | 190.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 132 | 0.42 | 0 | 0.43 | 0.09 | 118.79 | 0.67 | 0.71 |
| Hex | 86 | E7 | 84 | 2A | 0 | 2B | 9 | 77 | 43 | 47 |
| Octal | 206 | 347 | 204 | 52 | 0 | 53 | 11 | 167 | 103 | 107 |
| Binary | 10000110 | 11100111 | 10000100 | 101010 | 0 | 101011 | 1001 | 1110111 | 1000011 | 1000111 |
Color Harmonies of #86E784
Complementary color
Monochromatic Colors of #86E784
Black with #86E784
Text Example
Text Example
White with #86E784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E784; }
p { color: rgb(134,231,132); }
H1.HeaderClassName
{
color: #86E784;
}
.AnyTagClassName
{
color: #86E784;
}
</style>
background-color css
<style>
a { background-color: #86E784; }
a { background-color: rgb(134,231,132); }
div.DivClassName
{
background-color: #86E784;
}
.BgClassName
{
background-color: #86E784;
}
</style>
border-color css
<style>
span { border-color: #86E784; }
span { border-color: rgb(134,231,132); }
td.TdClassName
{
border-color: #86E784;
}
.TagClassName
{
border-color: #86E784;
}
</style>