#86EC7D

Color #86EC7D Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86EC7D

Tints of Light Green #86EC7D

Color information

#86EC7D (or 0x86EC7D) is unknown color: approx Light Green. HEX triplet: 86, EC and 7D. RGB value is (134,236,125). Sum of RGB (Red+Green+Blue) = 134+236+125=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC7D is #791382. Grayscale: #C1C1C1. Windows color (decimal): -7934851 or 8252550. OLE color: 8252550.

HSL color Cylindrical-coordinate representation of color #86EC7D: hue angle of 115.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86EC7D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB134236125-
CMYK0.4300.470.07
HSL115.14º74.5%70.78%-
HSV(B)115.14º47.03%92.55%-
XYZ43.5366.5429.95-
YUV192.8589.7186.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 236 (92.58% from 255) = 47.68%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=27.07%
G=47.68%
B=25.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342361250.4300.470.07115.1474.570.78
Hex86EC7D2B02F7734a47
Octal206354175530577163112107
Binary100001101110110011111011010110101111111111001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EC7D; }

 p { color: rgb(134,236,125); }

 H1.HeaderClassName
 {
   color: #86EC7D;
 }
 .AnyTagClassName
 {
   color: #86EC7D;
 }
</style>
background-color css

<style>
 a { background-color: #86EC7D; }

 a { background-color: rgb(134,236,125); }

 div.DivClassName
 {
   background-color: #86EC7D;
 }
 .BgClassName
 {
   background-color: #86EC7D;
 }
</style>
border-color css

<style>
 span { border-color: #86EC7D; }

 span { border-color: rgb(134,236,125); }

 td.TdClassName
 {
   border-color: #86EC7D;
 }
 .TagClassName
 {
   border-color: #86EC7D;
 }
</style>