#86EF84

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

Shades of Light Green #86EF84

Tints of Light Green #86EF84

Color information

#86EF84 (or 0x86EF84) is unknown color: approx Light Green. HEX triplet: 86, EF and 84. RGB value is (134,239,132). Sum of RGB (Red+Green+Blue) = 134+239+132=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF84 is #79107B. Grayscale: #C3C3C3. Windows color (decimal): -7934076 or 8712070. OLE color: 8712070.

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

Color convert

RGB134239132-
CMYK0.4400.450.06
HSL118.88º76.98%72.75%-
HSV(B)118.88º44.77%93.73%-
XYZ44.8668.4732.68-
YUV195.4192.2184.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 239 (93.75% from 255) = 47.33%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=26.53%
G=47.33%
B=26.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342391320.4400.450.06118.8876.9872.75
Hex86EF842C02D6774d49
Octal206357204540556167115111
Binary1000011011101111100001001011000101101110111011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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