#86EF7C

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

Shades of Light Green #86EF7C

Tints of Light Green #86EF7C

Color information

#86EF7C (or 0x86EF7C) is unknown color: approx Light Green. HEX triplet: 86, EF and 7C. RGB value is (134,239,124). Sum of RGB (Red+Green+Blue) = 134+239+124=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EF7C is #791083. Grayscale: #C2C2C2. Windows color (decimal): -7934084 or 8187782. OLE color: 8187782.

HSL color Cylindrical-coordinate representation of color #86EF7C: hue angle of 114.78º 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 #86EF7C is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB134239124-
CMYK0.4400.480.06
HSL114.78º78.23%71.18%-
HSV(B)114.78º48.12%93.73%-
XYZ44.3468.2629.91-
YUV194.4988.2184.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 239 (93.75% from 255) = 48.09%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=26.96%
G=48.09%
B=24.95%

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
Decimal1342391240.4400.480.06114.7878.2371.18
Hex86EF7C2C0306734e47
Octal206357174540606163116107
Binary100001101110111111111001011000110000110111001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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