#86F389

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

Shades of Light Green #86F389

Tints of Light Green #86F389

Color information

#86F389 (or 0x86F389) is unknown color: approx Light Green. HEX triplet: 86, F3 and 89. RGB value is (134,243,137). Sum of RGB (Red+Green+Blue) = 134+243+137=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #86F389 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F389 is #790C76. Grayscale: #C6C6C6. Windows color (decimal): -7933047 or 9040774. OLE color: 9040774.

HSL color Cylindrical-coordinate representation of color #86F389: hue angle of 121.65º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F389 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB134243137-
CMYK0.4500.440.05
HSL121.65º81.95%73.92%-
HSV(B)121.65º44.86%95.29%-
XYZ46.470.9834.92-
YUV198.3293.3982.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 243 (95.31% from 255) = 47.28%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=26.07%
G=47.28%
B=26.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342431370.4500.440.05121.6581.9573.92
Hex86F3892D02C57a524a
Octal206363211550545172122112
Binary1000011011110011100010011011010101100101111101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,243,137); }

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

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

 a { background-color: rgb(134,243,137); }

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

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

 span { border-color: rgb(134,243,137); }

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