#86EF7D

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

Shades of Light Green #86EF7D

Tints of Light Green #86EF7D

Color information

#86EF7D (or 0x86EF7D) is unknown color: approx Light Green. HEX triplet: 86, EF and 7D. RGB value is (134,239,125). Sum of RGB (Red+Green+Blue) = 134+239+125=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EF7D is #791082. Grayscale: #C2C2C2. Windows color (decimal): -7934083 or 8253318. OLE color: 8253318.

HSL color Cylindrical-coordinate representation of color #86EF7D: hue angle of 115.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86EF7D is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB134239125-
CMYK0.4400.480.06
HSL115.26º78.08%71.37%-
HSV(B)115.26º47.7%93.73%-
XYZ44.468.2830.24-
YUV194.6188.7184.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 239 (93.75% from 255) = 47.99%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=26.91%
G=47.99%
B=25.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342391250.4400.480.06115.2678.0871.37
Hex86EF7D2C0306734e47
Octal206357175540606163116107
Binary100001101110111111111011011000110000110111001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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