Shades of Light Green #86DF8A
Tints of Light Green #86DF8A
RGB
CMYK
RGB Variations
Color information
#86DF8A (or 0x86DF8A) is known color: Light Green. HEX triplet: 86, DF and 8A. RGB value is (134,223,138). Sum of RGB (Red+Green+Blue) = 134+223+138=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF8A is #792075. Grayscale: #BABABA. Windows color (decimal): -7938166 or 9101190. OLE color: 9101190.
HSL color Cylindrical-coordinate representation of color #86DF8A: hue angle of 122.7º 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 #86DF8A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 138 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.13 |
| HSL | 122.7º | 0.58% | 0.7% | - |
| HSV(B) | 122.7º | 0.4% | 0.87% | - |
| XYZ | 40.81 | 59.68 | 33.41 | - |
| YUV | 186.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 138 | 0.40 | 0 | 0.38 | 0.13 | 122.7 | 0.58 | 0.7 |
| Hex | 86 | DF | 8A | 28 | 0 | 26 | D | 7B | 3A | 46 |
| Octal | 206 | 337 | 212 | 50 | 0 | 46 | 15 | 173 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10001010 | 101000 | 0 | 100110 | 1101 | 1111011 | 111010 | 1000110 |
Color Harmonies of #86DF8A
Complementary color
Monochromatic Colors of #86DF8A
Black with #86DF8A
Text Example
Text Example
White with #86DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF8A; }
p { color: rgb(134,223,138); }
H1.HeaderClassName
{
color: #86DF8A;
}
.AnyTagClassName
{
color: #86DF8A;
}
</style>
background-color css
<style>
a { background-color: #86DF8A; }
a { background-color: rgb(134,223,138); }
div.DivClassName
{
background-color: #86DF8A;
}
.BgClassName
{
background-color: #86DF8A;
}
</style>
border-color css
<style>
span { border-color: #86DF8A; }
span { border-color: rgb(134,223,138); }
td.TdClassName
{
border-color: #86DF8A;
}
.TagClassName
{
border-color: #86DF8A;
}
</style>