#86FA79

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

Shades of Light Green #86FA79

Tints of Light Green #86FA79

Color information

#86FA79 (or 0x86FA79) is unknown color: approx Light Green. HEX triplet: 86, FA and 79. RGB value is (134,250,121). Sum of RGB (Red+Green+Blue) = 134+250+121=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA79 is #790586. Grayscale: #C9C9C9. Windows color (decimal): -7931271 or 7993990. OLE color: 7993990.

HSL color Cylindrical-coordinate representation of color #86FA79: hue angle of 113.95º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86FA79 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB134250121-
CMYK0.4600.520.02
HSL113.95º92.81%72.75%-
HSV(B)113.95º51.6%98.04%-
XYZ47.4774.8230.03-
YUV200.6183.0780.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=26.53%
G=49.50%
B=23.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342501210.4600.520.02113.9592.8172.75
Hex86FA792E0342725d49
Octal206372171560642162135111
Binary10000110111110101111001101110011010010111001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,121); }

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

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

 a { background-color: rgb(134,250,121); }

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

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

 span { border-color: rgb(134,250,121); }

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