Shades of Light Green #86DE8B
Tints of Light Green #86DE8B
RGB
CMYK
RGB Variations
Color information
#86DE8B (or 0x86DE8B) is known color: Light Green. HEX triplet: 86, DE and 8B. RGB value is (134,222,139). Sum of RGB (Red+Green+Blue) = 134+222+139=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE8B is #792174. Grayscale: #BABABA. Windows color (decimal): -7938421 or 9166470. OLE color: 9166470.
HSL color Cylindrical-coordinate representation of color #86DE8B: hue angle of 123.41º degrees, saturation: 0.57, 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 #86DE8B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 139 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.13 |
| HSL | 123.41º | 0.57% | 0.7% | - |
| HSV(B) | 123.41º | 0.4% | 0.87% | - |
| XYZ | 40.61 | 59.17 | 33.71 | - |
| YUV | 186.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 139 | 0.40 | 0 | 0.37 | 0.13 | 123.41 | 0.57 | 0.7 |
| Hex | 86 | DE | 8B | 28 | 0 | 25 | D | 7B | 39 | 46 |
| Octal | 206 | 336 | 213 | 50 | 0 | 45 | 15 | 173 | 71 | 106 |
| Binary | 10000110 | 11011110 | 10001011 | 101000 | 0 | 100101 | 1101 | 1111011 | 111001 | 1000110 |
Color Harmonies of #86DE8B
Complementary color
Monochromatic Colors of #86DE8B
Black with #86DE8B
Text Example
Text Example
White with #86DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DE8B; }
p { color: rgb(134,222,139); }
H1.HeaderClassName
{
color: #86DE8B;
}
.AnyTagClassName
{
color: #86DE8B;
}
</style>
background-color css
<style>
a { background-color: #86DE8B; }
a { background-color: rgb(134,222,139); }
div.DivClassName
{
background-color: #86DE8B;
}
.BgClassName
{
background-color: #86DE8B;
}
</style>
border-color css
<style>
span { border-color: #86DE8B; }
span { border-color: rgb(134,222,139); }
td.TdClassName
{
border-color: #86DE8B;
}
.TagClassName
{
border-color: #86DE8B;
}
</style>