Shades of Light Green #86ED83
Tints of Light Green #86ED83
RGB
CMYK
RGB Variations
Color information
#86ED83 (or 0x86ED83) is known color: Light Green. HEX triplet: 86, ED and 83. RGB value is (134,237,131). Sum of RGB (Red+Green+Blue) = 134+237+131=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ED83 is #79127C. Grayscale: #C2C2C2. Windows color (decimal): -7934589 or 8646022. OLE color: 8646022.
HSL color Cylindrical-coordinate representation of color #86ED83: hue angle of 118.3º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86ED83 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 131 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.07 |
| HSL | 118.3º | 0.75% | 0.72% | - |
| HSV(B) | 118.3º | 0.45% | 0.93% | - |
| XYZ | 44.21 | 67.28 | 32.13 | - |
| YUV | 194.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 131 | 0.43 | 0 | 0.45 | 0.07 | 118.3 | 0.75 | 0.72 |
| Hex | 86 | ED | 83 | 2B | 0 | 2D | 7 | 76 | 4B | 48 |
| Octal | 206 | 355 | 203 | 53 | 0 | 55 | 7 | 166 | 113 | 110 |
| Binary | 10000110 | 11101101 | 10000011 | 101011 | 0 | 101101 | 111 | 1110110 | 1001011 | 1001000 |
Color Harmonies of #86ED83
Complementary color
Monochromatic Colors of #86ED83
Black with #86ED83
Text Example
Text Example
White with #86ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED83; }
p { color: rgb(134,237,131); }
H1.HeaderClassName
{
color: #86ED83;
}
.AnyTagClassName
{
color: #86ED83;
}
</style>
background-color css
<style>
a { background-color: #86ED83; }
a { background-color: rgb(134,237,131); }
div.DivClassName
{
background-color: #86ED83;
}
.BgClassName
{
background-color: #86ED83;
}
</style>
border-color css
<style>
span { border-color: #86ED83; }
span { border-color: rgb(134,237,131); }
td.TdClassName
{
border-color: #86ED83;
}
.TagClassName
{
border-color: #86ED83;
}
</style>